Skip to main content
David Littell
Senior II
April 19, 2017
Question

Assert issue due to PLLR parameter

  • April 19, 2017
  • 4 replies
  • 941 views
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?

    This topic has been closed for replies.

    4 replies

    David Littell
    Senior II
    April 21, 2017
    Posted on April 21, 2017 at 03:02

    Hello?

    Vito Marolda
    Associate III
    June 16, 2017
    Posted on June 16, 2017 at 11:13

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

    --Vito.

    ST Technical Moderator
    June 16, 2017
    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

    In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
    Jeffrey V
    Associate
    October 5, 2017
    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
    Visitor II
    March 2, 2018
    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!!!