PLLP can't be turned on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-01 9: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.
- Labels:
-
Documentation
-
RCC
-
STM32G4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-04 8: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-02 9: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-04 8: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-05 1:26 AM - edited ‎2024-07-05 1:45 AM
STTwo-32
Thanks for the work around, that fixed the clock so I can move past that,
Dave
