Resolved! Why does setting pin 0 of port A to analog mode cause an error?
STM32F407VGT6Why is access to the Microcontroller broken after this code?The MODER register after this code should look like this: 00000000000000000000000000000011this is Analog mode for pin 0 of port A.int main(void){RCC->AHB1ENR|=RCC_AHB1ENR_GPIOAE...