APP system clock fails to be initialized

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

APP system clock fails to be initialized

Jump to solution
2,288 Views
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 Kudos
Reply
1 Solution
2,260 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @WXM,

Can you disable FIRC under MCU control ?

danielmartynek_0-1683640845811.png

 

Thank you,

BR, Daniel

View solution in original post

3 Replies
2,280 Views
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 Kudos
Reply
2,276 Views
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 Kudos
Reply
2,261 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @WXM,

Can you disable FIRC under MCU control ?

danielmartynek_0-1683640845811.png

 

Thank you,

BR, Daniel