• Debug(printf) Viewer for Cortex-M0
    MCU: STM32F030, Cortex-M0 IDE: uVison 5 ST-Link Debugger I would like to use "debug(printf) viewer" to see my ADC value when debuging. I just have seen "Trace HW not present" May you please...
  • Cortex SWO Viewer
    Segger have a nice utility for their JLink debuggers called SWO Viewer where you can attach the JLink to a running target and view the SWO without having to run an IDE etc. It's nice and simple...
  • change colors in debug (printf) viewer
    Hi, I often use the debug (printf) viewer to display my debugging data. Is it possible to send a "color code" in the output string to get the output in different colors? (eg.g print values in green...
  • Unexpected data in Debug (printf) viewer
    HI I get unexpected writes to the serial debug viewer. No call to the ITM_SendChar function. It is probably caused by a task somewhere overwritten some memory. Any idea how I can found out...
  • Issues getting an output in debug viewer
    I am having trouble getting the output using printf command in the debug mode. despite clicking on 'run' button in the debug mode, it doesn't display anything in the debug viewer. Does anyone know...