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.
Hello NZee, unfortunately, the Fast Models do not support trace. So ITM will not work when debugging with an FVP. Event Recorder is the only option then.