Skip to main content
maryam magdy
Associate III
December 20, 2018
Question

Can I use MCU's internal oscillator when communicating with GPS and cellular modules?

  • December 20, 2018
  • 2 replies
  • 580 views

Can I use MCU's internal oscillator when communicating with GPS and cellular modules? I want to avoid connecting external crystals for the MCU since they generate noise, extra components, extra costs, and on top of that require PCB design constrains and cautions. My MCU is stm32 L432kc

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
December 20, 2018

Yes, UART comms have a pretty wide error margin for clocks.

USB/CAN/ETHERNET significantly less so

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
S.Ma
Principal
December 23, 2018

Check the internal oscillator min/max frequency based on tolerance and junction temperature range. Check if this is ok depending on the chosen baudrate. When baudrate increases, tolerances on the reference clock gets tighter. (also check the other end device tolerances in timings)