S32K5 RTD 0.4.5 goes to Hard Fault when running mcu_init.
This happens in this instruction:
Suspicion is LPE_FXOSC clock partition is not active. Can you provide a work around for this in order to activate this clock partition?
This is reproduceable for example in example Rm_Example_VDK_S32K566_M7
Hi @nxp52415 ,
From my point of view, this issue should come from LPE_FXOSC isn't provided clock by setting up registers in LPE_MC_ME.
The function Clock_Ip_enable_all_gates() do that before accessing to these registers. This function was added from the release 0.8.0.
Please suggest them to migrate to 0.8.0 release and the latest one is 0.8.0_CD03.
Best regards,
Nhi