stm32l4xx_hal_driver
stm32l4xx_hal_driver copied to clipboard
Provides the STM32Cube MCU Component "hal_driver" of the STM32L4 series.
Incorrect STM32L4P5xx and STM32L4Q5xx RNG Initialisation in Low Level API
In a post here https://community.st.com/t5/stm32-mcus-security/why-am-i-getting-an-rng-failure-on-the-stm32l4p5/m-p/203250. It was recognised that the HAL was initialising the RNG peripheral incorrectly. The HAL function `HAL_RNG_Init` seems to have been corrected to set the correct...
**Describe the set-up** * Custom board * IAR 9.50.2 * stm32l4xx_hal_driver in v1.13.4 and v1.13.5 **Describe the bug** Commit 0844cb8 introduces a check in `I2C_WaitOnFlagUntilTimeout` which in turn breaks timeout/wait...