Assert fail due to PLLR not being configured in code generated by CubeMX
Hello,
I'm generating code for a project targeting the stm32767zi Nucleo. When I run the generated code, I encounter an assert_failed due to the PLLR not being configure to the correct value. If I look at the generated SystemClock_Config() function in main.c, there is no code generated to configure the PLLR, but there is code to configure other aspects of the PLL such as PLLM,Q, etc. So I believe that this is the cause of the failure.
I'm using the default clock configuration, and using the latest version of CubeMX and the HAL.
Is there a reason that the PLLR is not being configured? Is this a bug, or is there a setting somewhere I need to change?
Thanks