• Program execution getting stuck
    I am working on LPC2106 microcontroller with Keil development tool.My problem is upon a function execution the controll is getting transferred back but Link Register is not getting next instruction/function...
  • debugger stuck in start up file
    I am using Tive C series TMC123gh6pm ARM cortex controller.I use Keil v.5.27 debugger . I have written a program which sets two of the GPIO Pins. The program compiles with no errors. When I debug the...
  • 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. ...
  • 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...