This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

printf() over Jlink with infineon XMC4200 hexagon kit

I'm new to arm processors/Keil, after some time i was able to make a basic program to control the I/O. Now i want to make a printf() function so I'm able to get some serial debug info. I added the STDOUT lib with Keil and configured through ITM. My code compiles with no error's but nothing is showing up in the debug(printf) viewer. I followed this link: www.keil.com/.../ulink2_trace_itm_viewer.htm My board is connected through J-LINK. This is the kit i'm using: www.infineon.com/.../ Since i use the free Keil version, i tought serial debug was enabled. I tried to see if there is something on the serial line with Tera Term, also no result.

I already tried to find help on the infineon/keil forum, also with no result. I hope somebody here could help me solve this issue. Thanks everyone!