Associate III
March 23, 2021
Question
Incorrect code generation for PLL of F767
- March 23, 2021
- 5 replies
- 2778 views
I want to use HSI, not external component to generate frequency. I generate code by CubeIDE only (pack 1.16.1), there is no my code. I only add define USE_FULL_ASSERT and implement void assert_failed. But CubeIDE's code fails on
assert_param(IS_RCC_PLLR_VALUE(RCC_OscInitStruct->PLL.PLLR));
why? Fails means that I am going to void assert_failed. I attach my proj.

@Khouloud OTHMAN I suggest ST to test all HAL examples with define USE_FULL_ASSERT.
