• Call stack doesn't work anymore
    Hello, a while ago, we updated from RTX4 to RTX5. Since the update the Call stack window doesn't show all threads anymore. I already tried this: http://www.keil.com/support/docs/4026.htm Now the call...
  • Call stack doesn't work anymore
    Hello, a while ago, we updated from RTX4 to RTX5. Since the update the Call stack window doesn't show all threads anymore. I already tried this: http://www.keil.com/support/docs/4026.htm Now the call...
  • STM32h7: USART doesn't work anymore after switching from compiler V5.06 to V6.14
    Hello, Currently I completed a Rs232 programm with Keil uVision5 and the V5.06 Compiler. It all works pretty well but today i switched to the Compiler V6.14 and after that, I got only a "00" as answer...
  • STM32h7: USART doesn't work anymore after switching from compiler V5.06 to V6.14
    Hello, Currently I completed a Rs232 programm with Keil uVision5 and the V5.06 Compiler. It all works pretty well but today i switched to the Compiler V6.14 and after that, I got only a "00" as answer...
  • variable suddenly reset to 0
    Hi ti all, i am developing a device with keil MDK arm and i encountred with an strange behavior, look at below code: uint16_t var = 1; uint16_t* ptr = 0; for(var = 1; var < 100; var++) { do_some_thing...