We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am using the sample code from the Keil Application Note 329, https://developer.arm.com/documentation/kan329/latest/ to experiment with the M55 FVP. In the sample code, the printf is redirected to "Debug (printf) Viewer" using event recorder. My question is what if I don't want to use the event recorder, how do I redirect the printf output. I tried the ITM way but it fails to print anything in the Debug (printf) Viewer in uVision.
Can you please provide an example of how to do it.