In previous core following code was needed
afio_cfg_debug_ports(AFIO_DEBUG_SW_ONLY);
but in new core, it doesn't recognize, how do I disable it ?
Disable JTAG
Re: Disable JTAG
Which core you're talking about ??
In ST core you don't need to disable JTAG. It's disabled by default.
In ST core you don't need to disable JTAG. It's disabled by default.
Re: Disable JTAG
Disable only if the pin is used
https://github.com/stm32duino/Arduino_C ... map.c#L281
https://github.com/stm32duino/Arduino_C ... nfig.h#L22
Re: Disable JTAG
It will be called internally.