STM32CubeF4 Firmware Package V1.24.2 /06-December-2019
Main Changes
- Patch release to fix known defects and enhancements implementation
- Update GPIO initialization sequence to avoid unwanted pulse on GPIO Pin's
- General update to enhance HAL EXTI driver robustness
- MISRAC-2012 rule R.5.1 (identifiers shall be distinct in the first 31 characters) deployed on HAL HASH diriver
- Rename the defined MMC card capacity type to be more meaningful
- Implement SDIO hardware flow control Errata Sheet limitation
- Fix USART baudrate calculation error for clock higher than 172Mhz
- Update HAL_I2C_Init() API to force software reset before setting new I2C configuration
- Update I2C_DMAXferCplt(),
I2C_DMAError() and I2C_DMAAbort() APIs to fix hardfault issue when
hdmatx and hdmarx parameters in i2c handle aren't initialized
(NULL pointer).