• Debug (printf) Viewer output preceeding main()
    Running on STM32G0 Nucleo (Cortex-M0+) (DAP) I get this output in "Debug (printf) Viewer" window - before main() is called: Apr 29 2019 09:36:10 29.04.2019 = 7221 09:36:10 Who is sending this...
  • Why Debug (printf) viewer has no output in Keil?
    Hi , I'm trying to print something via "ITM_SendChar();" in the Debug (printf) Viewer of Keil. But it seems no work for me. Environment: KEIL v5.17 + STM32L475VE + ST-LINK V2-1 Trace settings: ...
  • Debug Viewer show no text but ASCII
    Hi all, I am still new to the embeded system and currently start self-learning through the example provided in MDK. Having problem in Debug(print) Viewer because It print ASCII code instead...
  • 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...
  • 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...