2020-02-27 1:53 PM
2020-02-27 2:03 PM
// Disable the JTAG portion of the Serial Wire JTAG Debug Port SWJ-DP
GPIO_PinRemapConfig(GPIO_Remap_SWJ_JTAGDisable, ENABLE);
2020-02-27 2:03 PM
// Disable the JTAG portion of the Serial Wire JTAG Debug Port SWJ-DP
GPIO_PinRemapConfig(GPIO_Remap_SWJ_JTAGDisable, ENABLE);
2020-02-28 1:51 PM
Thank you, This works great. Much appreciated Chris