Warning -- Freedom Board Crystal/PLL Caution

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

Warning -- Freedom Board Crystal/PLL Caution

891件の閲覧回数
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);

ラベル(2)
タグ(4)
0 件の賞賛
返信
1 返信

471件の閲覧回数
Monica
Senior Contributor III

Eli,

Thanks again for contributing!

Great job! :smileyhappy:

0 件の賞賛
返信