Warning -- Freedom Board Crystal/PLL Caution

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Warning -- Freedom Board Crystal/PLL Caution

1,301 次查看
eli_hughes
Contributor V

WARNING

If you stumble across the "getting started page" FREEDOM BOARD / CORTEX M0+ GETTING STARTED  Please take note:

While working with a large number of Freedom boards in a course,  it was observed that the Init Clock Routines would *sometimes* not work.    *Some* of the crystals on the freedom boards do NOT like "HIGH_GAIN" mode. 

change the line

  pll_init(8000000, HIGH_GAIN, CRYSTAL, 4, 24, MCGOUT);

to

  pll_init(8000000, LOW_POWER, CRYSTAL, 4, 24, MCGOUT);

标记 (4)
0 项奖励
回复
1 回复

881 次查看
Monica
Senior Contributor III

Eli,

Thanks again for contributing!

Great job! :smileyhappy:

0 项奖励
回复