Skip to main content
PSaho
Associate II
August 29, 2019
Question

Bug in STM32Cube_FW_WB_V1.2.0

  • August 29, 2019
  • 2 replies
  • 1429 views

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.

This topic has been closed for replies.

2 replies

Mike_ST
Technical Moderator
August 29, 2019

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

PSaho
PSahoAuthor
Associate II
August 29, 2019

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.