User Activity

I believe I may have found a bug in the latest version (1.24.1) of the STM32F4 HAL library.The HAL documentation states this about using UART in DMA mode:DMA mode IO operationSend an amount of data in non blocking mode (DMA) using HAL_UART_Transmit_D...
While writing the simplest example I could come up for using the HAL I2C routines, I came across what seems like a clear-cut bug. This is for the latest version of STM32CubeF4 (1.24.0), identified in stm32f4xx_hal.c as "STM32F4xx HAL Driver version n...
Posted on July 13, 2015 at 00:24tl;dr version: ST, please add back the xxx_StructInit() functions as they existed in the Standard Peripheral Library. Systematic use of these functions avoided many subtle bugs due to unitialized struct fields.Back wi...