• Debug component part numbers
    I'd like to find out the debug HW present on MCUs I'm working with. I have some understanding about ROM tables and I wonder if there is a list of part numbers of ARM debug components? If there are...
  • FreeRTOS OS awareness in Debug configuration.
    Hi All, I am trying to view Tasks, Queues and etc of FreeRTOS while debugging FreeRTOS in Arm development studio. In model debug configuration, getting an option of KEIL CMSIS-RTOS RTX in os awareness...
  • 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?