Question
Problem with HAL_Init()
Posted on July 10, 2015 at 17:18
Hi, I am kind of new to the STM32 but have found the libraries (HAL) to be greatly useful.
I am using the STM32F4 Discovery Board, Even when I was trying to simply blink the onboard LEDs using the GPIO Peripheral, it is simply going to an infinite loop (Found in CooCOX debugger), except when an interrupt is triggered). After an entire day's struggle, trying to find out what is wrong....the programme worked as intended on deleting HAL_Init() from the main. Am I missing something?...if you want I can post my code here