LPC54608 Board ,how to use internal 12M clock

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

LPC54608 Board ,how to use internal 12M clock

463件の閲覧回数
zhixiangzeng
Contributor II

when I do the examples in the SDK_2.2_LPC54608J512\boards\lpcxpresso54608\driver_examples.I find that all the examples are used the external 12M clock. I want to used the  internal 12M clock,remove the crystal from the board.Are there any examples show how to config?

ラベル(1)
0 件の賞賛
返信
1 返信

337件の閲覧回数
kerryzhou
NXP TechSupport
NXP TechSupport

Hello Zhixiang zeng,

     Actually, by default, the SYSCON block is clocked by the internal FRO 12MHz.

    Now, take the SDK_2.2_LPC54608J512 helloworld example as example:

SDK_2.2_LPCXpresso54608\boards\lpcxpresso54608\demo_apps\hello_world\mdk

You can comment:

    BOARD_BootClockFROHF48M();

This is debug result:

pastedImage_1.png

You can find, before run BOARD_BootClockFROHF48M(); the code still run the internal 12Mhz.

Wish it helps you!

If you still have question, please let me know!


Have a great day,
Kerry

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信