cancel
Showing results for 
Search instead for 
Did you mean: 

Assert issue due to PLLR parameter

David Littell
Senior III
Posted on April 19, 2017 at 17:48

Using CubeMX 4.20.1 with STM32Cube_FW_F7_V1.6.1 on an STM32F777 I'm getting an assert in HAL_RCC_OscConfig() due to assert_param(IS_RCC_PLLR_VALUE(RCC_OscInitStruct->PLL.PLLR));

Was this supposed to have been fixed in 4.20.1?

5 REPLIES 5
David Littell
Senior III
Posted on April 21, 2017 at 03:02

Hello?

Imen.D
ST Employee
Posted on June 16, 2017 at 11:32

Hi

Littell.David

and

MAROLDA.VITO

,

It is known limitation in the STM32CubeF7 and it will be fixed in coming versions.

Sorry for any inconvenience it may bring for you.

Regards

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Posted on June 16, 2017 at 11:13

Hello David, I am facing the same issue. Did you come to a solution?

--Vito.

Jeffrey V
Associate II
Posted on October 05, 2017 at 09:48

This is still there in version: STM32Cube_FW_F7_V1.8.0

Is there already a workaround for this?
juiho chen
Associate
Posted on March 02, 2018 at 11:22

CubeMX 4.24.0 still has this issue, it does not generate code to assign a value for RCC_OscInitStruct.PLL.PLLQ before calling HAL_RCC_OscConfig(&RCC_OscInitStruct).

Please fix this CubeMX issue!!!