How to properly setup printf with Keil µVision and STM32L151C8T6A ?
Posted on January 02, 2017 at 12:42
I'm unable to get the printf output in the keil µVision IDE, so I need a
https://community.st.com/tags♯/?tags=checklist
to know if my setup is correct.
In the Keil project, I configured ST-Link Trace with Core Clock 32Mhz and all ITM port ticked (only number 0 needed, perhaps ?).
I run the debugger with the 'printf window' open.
I tried:
- printf
- ITM_SendChar
And nothing shows in the printf window. Is there something I missed to check?
#checklist
