ATMEGA UART Oscillator calibration

For general Flowcode discussion that does not belong in the other sections.
Post Reply
ChrisT66
Posts: 103
http://meble-kuchenne.info.pl
Joined: Mon Dec 07, 2020 12:47 pm
Been thanked: 1 time

ATMEGA UART Oscillator calibration

Post 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.

BenR
Matrix Staff
Posts: 1926
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 503 times
Been thanked: 686 times

Re: ATMEGA UART Oscillator calibration

Post 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.

Post Reply