cancel
Showing results for 
Search instead for 
Did you mean: 

Funny statement in STM32C071 datasheet

gbm
Lead III

Section 3.20: "It requires a precise 48 MHz clock that is generated from the internal high-speed
external clock source"

So we have "internal external" clock source. ;)

My STM32 stuff on github - compact USB device stack and more: https://github.com/gbm-ii/gbmUSBdevice
6 REPLIES 6
Andrew Neil
Evangelist III
SofLit
ST Employee

Hello @gbm ,

Thank you for your comment, I'm checking internally and getting back to you as soon as I have a feedback.

Ticket number for follow-up: 194454.

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.

@Andrew Neil wrote:

So it does!

AndrewNeil_0-1729501288066.png

https://www.st.com/resource/en/datasheet/stm32c071kb.pdf#page=28 

 


I think there is something missing in the statement. There are two possible clock sources: HSIUSB48 and HSE.

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.

@SofLit wrote:
I think there is something missing in the statement. There are two possible clock sources: HSIUSB48 and HSE.

Yes, it does mention the two:

"It requires a precise 48 MHz clock that is generated from the internal high-speed
external clock source or by the internal 48 MHz oscillator in automatic trimming mode"

So

  1. "the internal high-speed external clock source"  is (meant to be) HSE;
  2. "the internal 48 MHz oscillator in automatic trimming mode" is HSIUSB.

I guess what they meant to say was something like, "HSE routed internally" ?

Simon.T
ST Employee

Hello @gbm ,

 

Indeed, the word "internal" is a typo. The right sentence would be:  "It requires a precise 48 MHz clock that is coming from a high-speed external clock (from an external source or an oscillator) or by the internal 48 MHz oscillator in automatic trimming mode."

This typo will be fixed for the next document revision. Thanks for spotting this typo, and enjoy the STM32C071 !

 

Best regards,

 

Simon