2020-09-22 06:15 AM
I am using the STM32L476 MCU on a board that will be used on a boat with varying temperature conditions, and using the USB as a virtual COM port to send and receive data for diagnostics of the board. When configuring the clock using the MSI to drive 48MHz, will this internal oscillator be accurate to operate over a large variance of temperatures? Or will I need to use an external clock?
2020-09-22 06:55 AM
The L4 has a clock recovery system. If you use that, you can use USB without a crystal. The MSI by itself is not accurate enough.
2020-09-22 10:41 AM
> The L4 has a clock recovery system
Not the 'L476, though.
JW
2020-09-22 11:06 AM
Can you explain how to use the clock recovery system?
2020-09-22 11:12 AM
2020-09-24 05:04 AM
Does the L496 have a clock recovery system? If so, can you explain how it would be used? Considering switching chips from the L476 to the L496.
2020-09-24 05:10 AM
Or would the HSI48 be accurate for the application as specified above?