2024-07-01 09:53 PM
I'm working on page 30 of the STM tutorial for the B-G474E-DPOW discovery kit at this link
I get this warning when I try to follow the directions
Can someone explain how to fix this so I can move to the next step in the tutorial.
I've tried looking up codegen in the reference manual and also how to manipulate ADC12.
Thanks
Dave
Solved! Go to Solution.
2024-07-04 08:27 AM
Hello @decook1110
In order to set the [PLLP Clock] or [SYSCLK] as source Clock for the ADC12 or ADC345, just change the clock Prescaler to Asynchronous clock mode in the ADC_Settings.
Best Regards.
STTwo-32
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.
2024-07-02 09:20 PM
What is the chance this is a similar bug from https://community.st.com/t5/stm32cubemx-mcus/adc-for-stm32g474-how-to-select-pllp-clock-with-stm32cubeide/m-p/107224
2024-07-04 08:27 AM
Hello @decook1110
In order to set the [PLLP Clock] or [SYSCLK] as source Clock for the ADC12 or ADC345, just change the clock Prescaler to Asynchronous clock mode in the ADC_Settings.
Best Regards.
STTwo-32
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.
2024-07-05 01:26 AM - edited 2024-07-05 01:45 AM
STTwo-32
Thanks for the work around, that fixed the clock so I can move past that,
Dave