SWOTraces in debug for printf on SW4STM32
I'd like to be able to output printf string on the Serial Wire Viewer window during the debug on SW4STM32. I've followed the tutorial in the in
Help >> Help Contents >> SystemWorkbench for STM32 User Guide >> Advanced >>SWOTraces.
But can find how to open the Serial Wire Viewer window.
Any help would be apreciated.
My board is the F411RE runing on windows10.
Generated the sw by the mean of STM32CUBEMX.
Placed into the /* USER CODE BEGIN 3 */ the code:
printf('it works');
but it doesn't...