Hello,
My environment is Win10 with IDE 2.2.1
I am using ATMega4809PF on a breadboard,
Bootloader is Optiboot(UART1 default pins)
Using MegaCore-X, I am aware about:
QUOTE, from MegaCore-X Readme file:
Compared to older AVR families they also have more advanced and accurate internal oscillators which can provide base frequencies of 16 and 20 MHz. These can then be divided down internally to reduce the processor speed and power consumption. This means in most applications an external clock isn't necessary anymore. You can read more about clocks and clock frequencies in the Supported clock frequencies section.
UNQUOTE
I want to measure and compare frequency stability with internal oscillator vs external crystal.
Working with 328PU the method of "sniffing" frecuency without touching crystals pins works well with my Tectronix.
The question is:
If I install an external 16 MHz crystal following the schema used in UNOWiFiREV2V4.0_sch.pdf
and selecting Clock: External 16 MHz in the IDE, will it work ?
I attach the crystal area picture from UnoWiFi.
I am interested in good frecuency accuracy, not in high speed for my project.
Thanks for all your help!