HAL_Delay does not work
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 work since HAL_GetTick seems not to increase.
I suspect, that the interrupt is not called.
Do I need do configure something special to enable Sysclock for HAL_GetTick?
Or should it just work after creating a new project?