Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 7521

General • Re: [overclocking] RP2350 at 700 MHz (PIO alone at 1560 MHz) with Flash, PSRAM, ARM, RISC-V, in C and Micropython

$
0
0
You got me with this

Code:

// Configure PLL system to 900 MHz    pll_init(        pll_sys,       // PLL to configure        1,             // REFDIV        75,            // FBDIV       <===== Say what        1,             // PD1        1              // PD2    );
the API is

Code:

void pll_init(PLL pll, uint refdiv, uint vco_freq, uint post_div1, uint post_div2) 
Should it not be
pll_init(pll_sys, 1, 900 * MHZ, 1, 1);

Statistics: Posted by LdB — Tue Oct 28, 2025 1:40 am



Viewing all articles
Browse latest Browse all 7521

Trending Articles