Senior III
April 15, 2020
Question
BUG: CubeMX fails to initialize PLL2IS
- April 15, 2020
- 6 replies
- 1007 views
STM32F437, STM32CubeIDE Version: 1.3.0
Build: 5720_20200220_1053 (UTC)
OS: Windows 10, v.10.0, x86_64 / win32
Java version: 1.8.0_202
IOC attached.
In CubeMX-generated main.c, the Q register is not set:
PeriphClkInitStruct.PeriphClockSelection = RCC_PERIPHCLK_PLLI2S;
PeriphClkInitStruct.PLLI2S.PLLI2SN = 100;
PeriphClkInitStruct.PLLI2S.PLLI2SR = 3;
PeriphClkInitStruct.PLLI2S.PLLI2SQ = 2; // <<<<< DRN: Add value CubeMX forgot...ST - please verify you can reproduce this and a bug report filed.
@Amel NASRI (ST Employee), @Camilo LEMOS (ST Employee)
PS: Please note this is a different bug than my prior bug report regarding MCO2:
It looks like that was fixed, but this bug added as a new feature???
