I/O monitoring with JTAG/SWD
I would like to monitor in real-time the state of the pins on my board (STM32F407D-DISC1) for a HIL (hardware in the loop) application.
To do so I want to use the TAPs of the JTAG. I've found in the AN4989 application note that the JTAG was not supported on the discovery boards. However everywhere I look JTAG and SWD seem to be the same thing (except for the number of wires). So I'm trying with the SWD, the debug in the CubeIDE works fine but I cannot find how to access the I/O pins values. Is it even possible?
I've never used JTAG before, so am I missing something important?
Thanks
