My target is a LPC11U64FBD64/401 which does not allow debug with JTAG, only boundary scan. So the debug works only through the SWDIO/SWCLK pins. However, the pins associated with JTAG, TCK, TMS etc. are still disabled during debug. Is there a way to disable the JTAG and release th...
I'm only using the Energy Profiler to supply VMCU, no actual debugging is taking place. I've also tried adding a pull-up to the debug pins via: GPIO_PinModeSet(gpioPortF, 0, gpioModeDisabled, 1); /* SWCLK */ GPIO_PinModeSet(gpioPortF, 1, gpioModeDisabled, 1); /* SWDIO */ ...
Re: May I use only 2-wire SWD (SWCLK, SWDIO), Vcc (from target) and GND to debug target QN9080 system using QN9080 DK board reply from Estephania Martinez <https://community.nxp.com/people/estephania_martinez?et=watches.email.thread> in Wireless Connectivity - ...