cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX 4.9.0 STM32F7 Clock Configuration CLK48 Clock Mux BUG?

thomfischer
Senior
Posted on August 02, 2015 at 19:48

Hi,

In setup for STM32F746G-DISCO, FW_F7 V1.1.0

In Clock Configuration, when selecting PLLSAIP @ CLK48 Clock Mux for USB,

it generates code

PeriphClkInitStruct.PLLSAI.PLLSAIP = RCC_PLLP_DIV4;

which should be

PeriphClkInitStruct.

PLLSAI

.

PLLSAIP

= RCC_PLLSAIP_DIV4;

1 REPLY 1
stm32cube-t
Senior III
Posted on August 17, 2015 at 10:44

Dear user,

Thank you in reporting this issue. The bug will be resolved in release 4.10.