SWD printf debuggin issues..
Hello,
I'm just a beginner that tryes to migrate from the arduino world to ST and before I start the dev jorney I'd like to hand on to a debbuging method that requiers as little hardware and sofware setup as possible while still having the logging and direct debugging capabilities now ST linkV2 as a debugger works just fine by default but I'd like to also have a running debugging option with printf like in arduino so following this guide:
I saw it is possible and relativelly simple but can't manage to make it work no matter if I just the ITM_SendChar( 65 ); function of printf(); the SWV ITM data @Port0 just stays empty and I've enabled everything that the guide shows
Any idea what else needs to happen or if that even possible using an stm32F411ceu black pill with ST-Link V2 dongle?