• How to feed text from file to Debug Viewer
    Hi, I need to put a bunch of characters from the text file into the Debug Viewer. Since I couldn't copy & paste the contents of text file to the Debug Viewer, I am looking for the way to achieve...
  • Debug printf viewer stopped showing outputs
    What may cause the debug printf viewer to not show ANYTHING at all? Everything was working fine and it was printing out desired statements and all of a sudden it stopped doing it. I don't remember changing...
  • Event Viewer thread names not showing up
    I have found that if I call osThreadCreate from within the main.c function then the "Event Viewer" and the "RTX Tasks and System" windows show the correct names for each thread. However if I call...
  • Event Viewer shows 'No Address' threads when debug CMSIS-RTX !
    when debugging CMSIS-RTX, I often use Event Viewer, and I see my created threads are in Event Viewer's left list, but at the same time, some unknown threads whose name is <No Address> are also there...
  • Int to ASCII
    I have a uint32_t variable. I want to print its ASCII equivalent value. can anyone help me here.