• No Stellaris ICDI in Debugs Tab
    I have a TIVA launchpad TM4C123GHPM. I was able to Debug the board/code with IAR and CCS. With uVision, when i go to Debug tab, I do not see the Stellaris ICDI option from the dropdown to select the ICDI...
  • ICDI: programming succeeds but debugging fails
    I've just received my stellaris LM4F120XL evaluation kit. I've written a small variation on the blinky program using Keil uVision, I can upload the program to the device and confirm it works as I expected...
  • Printf in Serial Viewer
    I'm trying to print the printf statements in the ITM viewer(Serial Viewer). I have the following code in the fputc function. Basically I followed all the instructions in the "Using the ITM Viewer". ...
  • 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...
  • 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...