Spread Spectrum on RT1024

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Spread Spectrum on RT1024

74件の閲覧回数
ryanlush
Contributor IV

I did a search for the word spectrum in the reference manual and it only appears 11 times in relation to 1 (maybe 2) registers. I've written the suggested value to the register but it appears to have little effect.

 

const clock_sys_pll_config_t sysPllConfig_BOARD_BootClockRUN =

{

.loopDivider = 1, /* PLL loop divider, Fout = Fin * ( 20 + loopDivider*2 + numerator / denominator ) */

.numerator = 1, /* 30 bit numerator of fractional loop divider */

.denominator = 60000, /* 30 bit denominator of fractional loop divider */

.src=0, /* Bypass clock source, 0 - OSC 24M, 1 - CLK1_P and CLK1_N */

.ss_step = 0x6,

.ss_enable = 1,

.ss_stop = 0x240 /* 6MHz spread spectrum setting */

};

 

step, enable and stop are the only things I can find that need changing per the manual. I see the denominator is also taken into account when doing the calculations but that value makes sense to me. What else am I missing? The registers contain the values I would expect when I inspected them over JTAG.

タグ(2)
0 件の賞賛
返信
0 返答(返信)