You got me with thisthe API is Should it not be
pll_init(pll_sys, 1, 900 * MHZ, 1, 1);
Code:
// Configure PLL system to 900 MHz pll_init( pll_sys, // PLL to configure 1, // REFDIV 75, // FBDIV <===== Say what 1, // PD1 1 // PD2 );Code:
void pll_init(PLL pll, uint refdiv, uint vco_freq, uint post_div1, uint post_div2) pll_init(pll_sys, 1, 900 * MHZ, 1, 1);
Statistics: Posted by LdB — Tue Oct 28, 2025 1:40 am