Page 1 of 1

ATMEGA UART Oscillator calibration

Posted: Mon Sep 19, 2022 8:48 am
by ChrisT66
Hello, is it possible to calibrate the internal oscillator via Flowcode? With a UART transmission between two different processors it can happen that the internal clock frequency is adjusted depending on voltage or temperature and a transmission no longer works.

Re: ATMEGA UART Oscillator calibration

Posted: Mon Sep 19, 2022 10:10 am
by BenR
Hello,

This app note looks quite relevant but looks to be a fair task.
https://ww1.microchip.com/downloads/en/ ... oc2563.pdf

You can read and write the microcontrollers registers directly using a C icon.

Let us know if you need any further help.