I built my first board with a STM32F030CC mcu. I downloaded STM32CubeIDE and created a new project. I set PA8 as a GPIO output port.All I want to achive is to enable/disable the LED connected to the PA8 port .My problem is, that HAL_Delay does not wo...