STM32CubeF4 Firmware Package V1.25.1 / 14-August-2020
Main Changes
- Patch release to fix known defects and enhancements implementation.
- Update HAL_I2C_ER_IRQHandler() API to fix acknowledge failure issue with I2C memory IT processes
- 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).
- Minor rework on USBD_Start() and USBD_Stop() APIs: stopping device will be handled by HAL_PCD_DeInit() API.