STMicroelectronics/STM32CubeF7

stm32f7xx_hal_rcc.c has a broken PLLN check

InconsolableCellist opened this issue · 2 comments

See: STMicroelectronics/STM32CubeF4#84

But for the F7 libs.

RCC_PLLCFGR_PLLSRC can't be compared with RCC_OscInitStruct->PLL.PLLSource. The PLLSource needs to be shifted over by the actual position in the register.

Same for PLLM.

Hi @InconsolableCellist,

Thank you for your contribution. This request will be forwarded to our development teams for deeper analysis. We will be back to you as soon as they provide me with their answer.

This duplicated issue will remain closed. Issue #84 that you reported will be kept open to track the point.

Thank you for you again for your contribution.

With regards,

Duplicate of STM32CubeF4#84.