Hello,
I have a custom designed board of Atmega2560 micro controller. As per the design, an external crystal oscillator (16MHz) was applied to the pins XTAL1 and XTAL2. The board has ICSP interface for loading the bootloader. I have loaded the arduino bootloader from the arduino IDE by the AVR ISP programmer. Everything was working and I was able to load the arduino sketches to the board successfully.
But now, the manufacturer of the board has informed me that he cannot find the crystal oscillator in the required time frame and has proposed to use a clock generator instead. Now, the question is,
-
should the arduino boot loader fuses be programmed to accept the clock generator as the source of clock to the atmega2560 micro controller ?
-
where can I modify the fuses while loading the bootloader from the arduino IDE ?
Thank you.