Causes HardFault Handler while data accessing through Recording mechanism
I am sending some variable's address through UART then reading and getting those data from UART, often my program stucks into hardfault handler to avoid that in handler i just added __NVIC_SystemReset(); Is there any other way to avoid Hardfault han...