2023-07-17 02:21 AM
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);
Solved! Go to Solution.
2023-07-17 05:11 AM
Hi @SOfne.1 ,
Thank you for bringing this issue to our attention.
I confirm the issue and I reported internally.
Internal ticket number: 157363 (This is an internal tracking number and is not accessible or usable by customers).
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-07-17 03:13 AM
Hello @SOfne.1 ,
I'll will check your request internally.
Thank you for posting!
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-07-17 05:11 AM
Hi @SOfne.1 ,
Thank you for bringing this issue to our attention.
I confirm the issue and I reported internally.
Internal ticket number: 157363 (This is an internal tracking number and is not accessible or usable by customers).
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.