• Keil µVision V5.32.0.0 extreme lag in editor, high CPU load
    Hello All, I've noticed that since the update to V5.32.0.0 I'm faced with extreme lag in the editor of the µVision IDE and a high CPU load. When entering text in the editor, the whole application...
  • 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...
  • High speed PC and OCDS
    How to make working xc161cj uP with printer port wiggler on high speed PC? Board alone work fine, but OCDS not. PC is Athlon 2500. Please tell mi if anyone have experience. I spend tens of hours...
  • CDC_ACM stuck on STM32F103RB
    Hi guys, Keil example USB-CDC stuck under load. I just can’t believe such a basic example is unreliable. I’m sure Keil USBstack is widely used in production so I guess I do something wrong. Could...
  • 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...