Warning -- Freedom Board Crystal/PLL Caution
03-18-2013
07:12 PM
1,158件の閲覧回数

eli_hughes
Contributor V
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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);
1 返信
03-19-2013
01:43 PM
738件の閲覧回数

Monica
Senior Contributor III
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Eli,
Thanks again for contributing!
Great job! :smileyhappy:
