• Debug is getting stuck at "BKPT 0XAB"
    Hi. I'm a newbie coding for an STM32F4 Discovery board. I'm working with some modified sample code and when I try to debug it, I'm getting stuck at "BKPT 0XAB", and I can't progress any further. ...
  • Printf gets stuck in simCASE debugger
    Hi anybody in this forum please kindly help me to resolve the following problem: When I run the debugger (simCASE debugger) , each time when it reaches the printf commands, it stops completely...
  • code execution got stuck at BL.W instruction in dissembler.
    Hi, I am working on a project on stm32303vct6 based controller. When i dump my source code in controller through ST-Link debugger and run the code, it does not execute the code, i mean i didn't get...
  • Stucking at breakpoint
    Hi, sometimes the debugger stucks at a breakpoint and even if I use single-step, step-over or just run the program, the PC does not change. Deleting the breakpoint does not fix the problem. I have...
  • I get stuck in HardFault_Handler when calling os_mbx_send
    I am trying to pass a message from one task to another and when I call os_mbx_send I am getting a HardFault_Handler error. The call stack has a lot of HAL_CM3 calls. Any ideas? Seems pretty straight...