STM32F407 Hang in GPIO A 15 Init
Posted on November 30, 2017 at 20:36Hello friends The microcontroller will hang after the following commandHow can I fix this problem? GPIO_InitStruct.Pin = GPIO_PIN_15; GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; GPIO_InitStruct.Pull = GPIO_NOPULL;...