mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
4a0b6a0cb2
The RNG can use HSI48, HSI48/2 or HSI16. Using MSI as 48 MHz clock source for RNG is not possible. The clock configuration in `stmclk_u5.c` activates anyway only the MSIS but not the MSIK which could be used for certain peripherals. Therefore, this commit - removes the configuration of MSI as 48 MHz clock for RNG and its selection in `RCC->CCIPR1.ICLKSEL` - enables HSI48 and selects it for RNG. The HSI48 will also be used in future for certain peripherals such as USB OTG FS and SDMMC. |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
stmclk_common.c | ||
stmclk_f0f1f3.c | ||
stmclk_f2f4f7.c | ||
stmclk_gx.c | ||
stmclk_l0l1.c | ||
stmclk_l4wx.c | ||
stmclk_l5.c | ||
stmclk_mp1.c | ||
stmclk_u5.c |