APP system clock fails to be initialized

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

APP system clock fails to be initialized

跳至解决方案
2,296 次查看
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,268 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @WXM,

Can you disable FIRC under MCU control ?

danielmartynek_0-1683640845811.png

 

Thank you,

BR, Daniel

在原帖中查看解决方案

3 回复数
2,288 次查看
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,284 次查看
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,269 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @WXM,

Can you disable FIRC under MCU control ?

danielmartynek_0-1683640845811.png

 

Thank you,

BR, Daniel