STM32CubeMX 6.8.0 and STM32CubeIDE 1.12.0: bug in CRS initialization when using low-level drivers
Used STM32CubeIDE version: 1.12.0
Used driver library: STM32Cube_FW_U5_V1.2.0
I noticed a bug in initialization code of CRS, when low-level drivers are used. The bug is located in the function SystemClock_Config():
Instead of
LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_CRS);
the code generator inserts the line
LL_AHB3_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_CRS);