top of page

Chip  AVR Oscillator Stability 

 

 

The AVR microcontrollers have a register called OSCCAL (Oscillator Calibration) which can be used to drift the RC frequency and reduse the error to less than 1%. Unfortunatelly the register is volatile and need to be set every time the MCU starts.

https://github.com/pkarsy/rcCalibrator

bottom of page