cancel
Showing results for 
Search instead for 
Did you mean: 

Does STM32C071CBT6 support PLL for external oscillator?

curiocity
Associate III

curiocity_0-1750237282003.png

I am using an 8 MHz external oscillator and was planning to use a PLL to increase the system frequency. However, when I open the Clock Configuration tab in CubeMX, I don’t see any option for a PLL.

I’ve also shared a screenshot of the clock configuration where it’s clear that the PLL option is not available.

So my question is: Does the STM32C071CBT6 microcontroller support PLL with an external oscillator?

1 ACCEPTED SOLUTION

Accepted Solutions
Andrew Neil
Super User

What makes you think the STM32C071CBT6 has a PLL?

There is no mention in the Datasheet

That would explain why CubeMX doesn't show it

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

View solution in original post

2 REPLIES 2
Andrew Neil
Super User

What makes you think the STM32C071CBT6 has a PLL?

There is no mention in the Datasheet

That would explain why CubeMX doesn't show it

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

@Andrew Neil wrote:

There is no mention in the Datasheet


however, there are three mentions in the Reference Manual:

AndrewNeil_0-1750240877106.png

AndrewNeil_1-1750240913072.png

AndrewNeil_2-1750240971265.png

https://www.st.com/resource/en/reference_manual/rm0490-stm32c0-series-advanced-armbased-32bit-mcus-stmicroelectronics.pdf

via: https://www.st.com/en/microcontrollers-microprocessors/stm32c071cb.html#documentation

 

@STTwo-32 These look like copy-paste errors in the RM ?

 

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.