XOSC Configuration

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

XOSC Configuration

2,172件の閲覧回数
PKP
Contributor I

How does the MPC5777C detect failures of the XOSC mode (bypass mode external clock connected to the EXTAL pin vs. using the external oscillator)? How can software tell which mode is currently being used by the MPC5777C? The reference manual says the XOSC does not have any software accessible register, so it’s unclear how NXP expects users of the MPC5777C to detect and manage failures in the XOSC configuration.

0 件の賞賛
返信
2 返答(返信)

2,112件の閲覧回数
PKP
Contributor I

The bypass mode is required by Clock FMEDA tailored by NXP to our product - column I. The cell I2 set to FALSE; FALSE: The external crystal oscillator (XOSC) is bypassed.

0 件の賞賛
返信

2,159件の閲覧回数
davidtosenovjan
NXP TechSupport
NXP TechSupport

In the bypass mode external clock mode, clock is monitored by clock monitor unit (CMU0). CMU used for its operation internal RC oscillator and it basically checks ratio between XOSC and IRC frequencies.

It seems there is no flag allowing to detect whether currently used mode is crystal oscillator or external bypass. Theoretically SW could analyze DCF record content (UTEST Miscellaneous DCF client, bit XOSCEN), what could be difficult, but not impossible. But, is this really needed to detect it SW way as it is application dependent (thus related to specific HW)?  

0 件の賞賛
返信