Hello,
I am working on an application which is freeRTOS based, now I wanted to integrate Glucose sensor app which supports secure connection and bonding. In
Uart output:
<error> hardfault: HARD FAULT at 0x0002C8FC
<error> hardfault: R0: 0x00000000 R1: 0x4605FE50 R2: 0x20009208 R3: 0x20009208
<error> hardfault: R12: 0x200089C0 LR: 0x0002C8F1 PSR: 0x8100000E
<error> hardfault: Cause: Data bus error (PC value stacked for the exception return points to the instruction that caused the fault).
<error> hardfault: Bus Fault Address: 0x4605FE50
Call stack:
void HardFault_c_Handler() @ 0x00029F58
void PendSV_Handler() @ 0x0002C8EC
void PendSV_Handler() @ 0x0002C8EC
Thank you !