• 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...
  • 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...
  • printf retargetting for nano-specs Cortex M0
    With nano-specs I can't get printf statements like this to work where it needs to take in values from a variable. printf ("Data1 %d\n", data1); A simpler printf with just characters work ok. printf...
  • printf retargetting for nano-specs Cortex M0
    With nano-specs I can't get printf statements like this to work where it needs to take in values from a variable. printf ("Data1 %d\n", data1); A simpler printf with just characters work ok. printf...
  • Freedom KL25Z Cortex M0+ CMSIS-DAP Debug printf
    Is there an example of configuring an application for FRDM-KL25Z and CMSIS-DAP debugger to use UART output via the Debug (printf) viewer inside uVision? I have a FRDM-KL25Z board and can execute/debug...