APP system clock fails to be initialized

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

APP system clock fails to be initialized

ソリューションへジャンプ
2,295件の閲覧回数
WXM
Contributor II

After HSE is installed, the APP system clock fails to be initialized. Procedure

WXM_3-1683283806934.png

 

After installation

WXM_0-1683283574269.png

WXM_2-1683283617721.png

 

0 件の賞賛
返信
1 解決策
2,267件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @WXM,

Can you disable FIRC under MCU control ?

danielmartynek_0-1683640845811.png

 

Thank you,

BR, Daniel

元の投稿で解決策を見る

3 返答(返信)
2,287件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @WXM,

Does it fail in Clock_Ip_Divider.c at this write?

IP_CONFIGURATION_GPR->CONFIG_REG_GPR = RegValue;

If so, please remove this write.

The APP_CORE_ACC is written by the HSE_FW and cannot be modify anymore.

danielmartynek_0-1683290012797.png

 

Thank you,

BR, Daniel

0 件の賞賛
返信
2,283件の閲覧回数
WXM
Contributor II

Hi

I'm going to run it here and then I'm going to "HardFault_Handler(void)".

void Clock_Ip_InitClock(Clock_Ip_ClockConfigType const * Config)

WXM_0-1683336469773.png

 

 

0 件の賞賛
返信
2,268件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @WXM,

Can you disable FIRC under MCU control ?

danielmartynek_0-1683640845811.png

 

Thank you,

BR, Daniel