Hello,
My board is STM32F429I-Disco1, the LED pin is PG13 and PG14, and the pins are set to 1. (So, after I click the run button,the LEDs light up).
After I write the code "HAL_GPIO_TogglePin(GPIOG, GPIO_PIN_13);" and "HAL_Delay(500);" in the "while ...