5744P system clock select

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

5744P system clock select

1,152件の閲覧回数
shidongxing
Contributor II

Hi. I would like to config the system clock source in case of XOSC failure. But I don't know how to select system clock source. Can anybody help me?

I my opinion, If I want to switch XOSC to IRCOSC, I only need to config AUX Clock Selector 4 and system clock selector,is that right?

1 返信

999件の閲覧回数
davidtosenovjan
NXP TechSupport
NXP TechSupport

For this it is needed to use Mode Entry module. For instance you have configured RUN0 mode to have system clock driven by IRCOSC and RUN1 mode to have system clock driven by XOSC. Changing is being done by transition between user modes.

pastedImage_4.png

pastedImage_6.png

However as you specifically mentioned XOSC failure, it is recommended to be followed by reset:

pastedImage_2.png

Also pay attention to following appnote, specifically to description NCF[24]-NCF[31]:

https://www.nxp.com/docs/en/application-note/AN5259.pdf 

And here using of FCCU and it is related to this topic as well:

https://www.nxp.com/docs/en/application-note/AN5284.pdf

For mode entry module I could recommend to see for instance my example wrriten for MPC5643L but ME module principle is the same. Pay attention to ModesAndClks_init function in main.c file where you can several transitions between user modes:

https://community.nxp.com/docs/DOC-101713 

Hope it helps