Disable JTag on STM32F4
Posted on July 09, 2013 at 06:23Does anyone know how to disable the JTAG interface on the STM32F4? I want to use the pins for SPI1. For previous STM32s the following was available: GPIO_PinRemapConfig(GPIO_Remap_SWJ_Disable, ENABLE); This command ...