cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeF7 assertion bug (with fix)

claudiolanconelli
Associate
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))

2 REPLIES 2
Nesrine M_O
Lead II
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
Lead II
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 –