Resolved! Where is port A registers configured for pins 13 and 14 to configure SWD?
STM32F407VGT6Here is my code:#include "main.h"int main(void){RCC->AHB1ENR|=RCC_AHB1ENR_GPIOAEN; while (1) { }}For port A registers (pins 13 and 14) is the configuration done in the IDE? In the code, I did not find the configuration of port A register...