ATmega1284 at 18.432 MHz

Discussion of issues related specifically to writing code for native mode devices. This includes ZBasic code as well as assembly language code and C code, both inline and standalone.
Post Reply
rich
Posts: 81
Joined: 19 November 2015, 12:23 PM

ATmega1284 at 18.432 MHz

Post by rich »

I wish to run a ATmega1284 at 18.432 MHz so can someone tell me how the fuses should be set ?

Thank you

Richard
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Re: ATmega1284 at 18.432 MHz

Post by dkinzer »

rich wrote:I wish to run a ATmega1284 at 18.432 MHz so can someone tell me how the fuses should be set ?
The settings for 17.4756MHz should work fine. We use FD:D2:D7 (ext:high:low) for the crystal-based 1284P devices. If you're using a resonator, you might need to adjust that slightly. Further, you might need to adjust the fuse settings that control the bootloader size.

The AVR Fuse Calculator may be helpful.
- Don Kinzer
rich
Posts: 81
Joined: 19 November 2015, 12:23 PM

Post by rich »

Thanks much.
Post Reply