• debug stuck in if loop?
    I loaded the can example that came with the pack installer and stepped thru it till I got to these lines. #if (CAN_LOOPBACK == 1) if (can_cap.external_loopback != 1U) { return false; } status = ptrCAN...
  • debug stuck in if loop?
    I loaded the can example that came with the pack installer and stepped thru it till I got to these lines. #if (CAN_LOOPBACK == 1) if (can_cap.external_loopback != 1U) { return false; } status = ptrCAN...
  • Stuck in an infinite loop when Keil-MDK debugging starts
    Hi, I try to validate my CMSIS pack and new flash programming algorithm(The function has been properly verified). So I create a new project with this CMSIS pack and load the application to Flash using...
  • Stuck in an infinite loop when Keil-MDK debugging starts
    Hi, I try to validate my CMSIS pack and new flash programming algorithm(The function has been properly verified). So I create a new project with this CMSIS pack and load the application to Flash using...
  • Stuck at Interrupt while Stepping
    Hi, I wrote a simple PWM code and it was working fine. But when I tried to enable the match interrupts, the code just get gets stuck inside the interrupt handler while stepping in the debugger. ...