Skip to main content
SOfne.1
Associate II
July 17, 2023
Solved

STM32CubeMX 6.8.0 and STM32CubeIDE 1.12.0: bug in CRS initialization when using low-level drivers

  • July 17, 2023
  • 2 replies
  • 963 views

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);

    This topic has been closed for replies.
    Best answer by Foued_KH

    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

    2 replies

    Foued_KH
    ST Employee
    July 17, 2023

    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.
    Foued_KH
    Foued_KHBest answer
    ST Employee
    July 17, 2023

    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.