• 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...
  • 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...
  • 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: ...
  • The debug viewer for Cortex-M0.
    Hello. I'd like to activate the Debug viewer for Cortex-M0. (STM32f030R8) I follow the instruction. (I attached the instruction file that I did.) but it did not work. The full code is also attached...
  • 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...