Skip to main content
claudiolanconelli
Associate
October 30, 2015
Question

STM32CubeF7 assertion bug (with fix)

  • October 30, 2015
  • 2 replies
  • 593 views
Posted on October 30, 2015 at 11:53

Hi,

I think the line 2577 of Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc_ex.h should be:

#define IS_RCC_PLLSAIP_VALUE(VALUE) ((VALUE) == RCC_PLLSAIP_DIV2) || (VALUE) == RCC_PLLSAIP_DIV4 || (VALUE) == RCC_PLLSAIP_DIV6 || (VALUE) == RCC_PLLSAIP_DIV8)

instead of

#define IS_RCC_PLLSAIP_VALUE(VALUE) ((2 <= (VALUE)) && ((VALUE) <= 8))

    This topic has been closed for replies.

    2 replies

    Nesrine M_O
    Associate
    October 30, 2015
    Posted on October 30, 2015 at 14:12

    Hi lanconelli.claudio,

    I will check this problem with our development team & come back to you.Sorry for the inconvenience it may bring.

    -Syrine-

    Nesrine M_O
    Associate
    November 4, 2015
    Posted on November 04, 2015 at 11:00

    Hi lanconelli.claudio,

    Your reported issue is confirmed by our team and will be fixed in coming release of the STM32cubeF7 package.

    Thank you very much for your contribution to the enhancement of our STM32 related solutions.

    -Syrine –