Switch JTAG to SWD port on STM32L4
Hi,I'm working on an STM32L4R5ZIT6 mcu and I'm facing with the problem of switching the JTAG port to SWD without the use of a debugger (ST-Link or similar); reading the "Arm Debug Interface" document I found the way to make the switch and in fact, us...