[En-Nut-Discussion] Eboot for Atmel 2561 Prozessor
Joerg Wiegelmann
wiegelj at gmx.de
Mon Jan 23 19:01:20 CET 2012
Hello folks,
I'm trying to compile the eboot source for the Atmel 2561 processor.
After fixing the first problem;
It was a change from
MCUCR = _BV(SRE) | _BV(SRW);
to
XMCRA = _BV(SRW01)|_BV(SRW11);
in eboot.c to change the waitstate bits,
the second problem was to difficult for me:
flash.s: Assembler messages:
flash.s:76: Error: number must be positive and less than 64
flash.s:84: Error: number must be positive and less than 64
Any idea? Does anyone have the eboot-source for the Atmega2561?
Thank you and best regards
Jörg
More information about the En-Nut-Discussion
mailing list