I want to understand can we burn bootloader and upload sketch to ATMega2560 16au with external 8Mhz crystal so that we can run atmega with 3V( with 8MHz we can run 2.7v to 5v mentioned in datasheet)
Or to use 8Mhz crystal i need to buy atmega2560 8au only??
As i can not run atmega2560 16au and 16mhz cryatal(external) with 3v.
I have used Gammon bootloader for Atmega2560 16au with 16Mhz external crystal and its works like a wonder.
But in my new project I have 3V power supply so I am planning to use low external crystal so that I can operate the Atemga with low frequency and so the voltage will be go as low as possible.
My first question:
I uploaded the bootloader using 8Mhz external crystal and it went sucessfully but I am not able to upload sketch.
so here is my question : Can i ran Atmega2560 16au with 8Mhz crystal and will it work at 3V ,without any risk?
My second question:
As i do not having Atmega2560 8au right now so i am not able to test. will your bootloader works with Atmega2560 8au and external 8Mhz crystal. or before burning bootloader I need to make any changes.
Sorry to ask you such a long query . But I have really spent lots of time looking at this and finally today i post every where.
Yes, but you'll need a new boards.txt entry with 8mhz for fcpu and half the upload speed (since uart is derived from system clock and you're using a bootloader compiled for 16mhz - it's just as well though, I've had problems with 115200 at 8mhz)