I am getting this error in Ozone:
"The target stopped in HardFault exception state.
Reason: A fault with configurable priority has been escalated to a HardFault exception at 0x0002A5A2."
system_nrf5340_application.c line 66:
SystemCoreClock = __SYSTEM_CLOCK_MAX >> (NRF_CLOCK_NS->HFCLKCTRL & (CLOCK_HFCLKCTRL_HCLK_Msk));
0002A5A2 LDR.W R2, [R3, #0x0558]
I am building with nonsecure TFM. What could be the reason for this hard fault?
Edit: In ozone I am loading zephyr.elf, could this be related to missing memory addresses from the binary? Should I generate a merged.elf?
