• Code doesn't run without debug mode (KEIL)
    Hi, i am using KEIL in my project. i am using STM32F030 as transmitter and STM32F4 as a receiver. When i run my code in debug mode both of them work properly. But when i press terminate and re-insert...
  • Debugger watch window doesn't show correct values
    Hey there, I'm using keil v5.27.1.0 with a stm32h745 nucleo board. i'm developing firmware code for a student project. i'm having a problem where the watch window shows jibberish values for variables...
  • No display of printf() function in debug(printf) viewer
    Hi, I am working on ARM Cortex M4 with 'SWD' debugger. I have printf statements in my program but when executed there is no output displayed in the 'Debug viewer' I have tried selecting the components...
  • Code is getting executed before 'Run' in the debug mode
    Hi, I am working with ARM cortex M4 on Keil MDK. 1) As soon as I start debug session, the code is getting executed before I run by pressing F5. 2) Also, the program is kind of halted at while loop...
  • Why does the printf debug only print weird symbols?
    I am trying to debug a programm written by someone else using the printf debug function, but I only get weird symbols. Is it possible that the baudrate is not correct?