• How to use the Debug (Printf) Viewer
    Hello, I am new to the Keil interface and I want to configure the interface for using the Debug (Printf) Viewer. I am using the uVision 5.14. I am using a ST-Link as a debugger and I am following...
  • No data shown it Debug (printf) Viewer
    I am using STM32F103CB. I have followed the instructions below to get a printf() statement to send the message to the Debug(printf)Viewer but do not get any message in the window. 1. Check the STDERR...
  • 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...
  • Use Debug Printf viewer with USART
    Is it possible to set the window to use an external source? As I have a USB to Serial adapter connected to my debug unit using a ULINK2. As I want to use this window as my serial output window if possible...
  • 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...