Resolved! Push button problem on STM32F407G-DISC1 board
What is wrong with my code? The code never hits the turn on led part when I press the B1-USER1 button. From the board manual there is a LED on PD13 and the user push button on PA0.#include "stm32f4xx.h" GPIO_InitTypeDef GPIO_InitDef; int main(v...