2019-08-28 11:15 PM
I am using the STM32CubeIDE and using my new P-NUCLEO-WB55. I have tried to create a simple project and ran a debug session but it is always getting stuck in Hard Fault Error. Please find the attached screenshot.
2019-08-29 04:53 AM
When doing step by step, what instruction is leading to Hardfault Handler ?
2019-08-29 05:19 AM
I have fixed the issue by changing _estack value in the linker scripts to 0x20030000. Can you give me some permanent solution for this because every time I am doing any change in CubeMX and generating the code it is overwriting the _estack value and I have to change it manually.