cancel
Showing results for 
Search instead for 
Did you mean: 

Bug in STM32Cube_FW_WB_V1.2.0

PSaho
Associate II

0690X00000AARwkQAH.pngI 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.

2 REPLIES 2
Mike_ST
ST Employee

When doing step by step, what instruction is leading to Hardfault Handler ?

PSaho
Associate II

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.