cancel
Showing results for 
Search instead for 
Did you mean: 

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

SOfne.1
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions
Foued_KH
ST Employee

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.

View solution in original post

2 REPLIES 2
Foued_KH
ST Employee

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
ST Employee

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.