Automatic Mode Effect on JTAG Close Command and ST-LINK Utility
GPIO_PinRemapConfig (GPIO_Remap_SWJ_Disable, ENABLE); I closed the JTAG pins on the stm32f103 processor with the command. Then when I tried to connect via the ST-LINK Utility program with the Connect-to-Target button, it did not see the processor. So far, everything continued as we wanted.
In my settings it was as follows:
Connection settings: SWD
Mode: Normal
Reset Mode: Software System Reset
Enable debug in low power mode: Enabled
With these settings, when I tried to connect with the Target-> Automatic Mode option, I was able to pass code over the st-link utility again. However, I had thrown the software with the code to close the JTAG pins. No way I should be able to access the processor via JTAG. What is this situation caused by?
Thank you.
