2022-12-17 06:14 AM
I have project on cubeMX 1.11 with STM32H7 latest package. I've selected RCC PLL source to being CSI. But only in case of activating ADC it causes to adding a macro code on systemclockconfig() to define RCC PLL mux selection:
`__HAL_RCC_PLL_PLLSOURCE_CONFIG(RCC_PLLSOURCE_CSI);`
But after some line it defines again the mux source:
RCC_OscInitStruct.PLL.PLLSource = RCC_PLLSOURCE_CSI;
Is it a bug or redundant code generation?
Solved! Go to Solution.
2022-12-28 12:25 AM
Hello @SeyyedMohammad,
Thank you for your valuable feedback and sorry for my late response.
The Internal ticket number: 141945 (This is an internal tracking number and is not accessible or usable by customers).
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-12-23 05:07 AM
Hello @SeyyedMohammad,
Could you please specify the product name and revision?
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-12-24 05:43 AM
Hi @F.Belaid
Yes and sorry.
STM32H743VIT6 rev V.
2022-12-28 12:25 AM
Hello @SeyyedMohammad,
Thank you for your valuable feedback and sorry for my late response.
The Internal ticket number: 141945 (This is an internal tracking number and is not accessible or usable by customers).
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.