Hardware abstraction layer
I'm trying to figure out how to use this new HAL driver. I want to receive data using the HAL_…
stm32 stm32f4discovery halI have some trouble to receive data over the USART. What I actually want to achieve ist, that I can …
stm32 halI'm trying to blink leds on my stm32f4 discovery. Somehow it stuck on delay function. I have changed SysTick …
arm keil stm32f4discovery halI would like to create a project for STM32 with HAL in C++. Unfortunately, CubeMX supports only projects in C. …
c++ stm32 halI'm trying to periodically send and Serial string from my STM32F746ZG device, using an interrupt. Most of the …
timer interrupt stm32 interrupt-handling halI see HAL provides the following function for receiving serial data with interrupts: HAL_UART_Receive_IT(UART_HandleTypeDef *huart, …
c stm32 halI am stuck with HAL_Delay() function. When i call this function HAL_Delay() , control stuck in infinite loop. While …
c linker infinite-loop stm32 hal