[En-Nut-Discussion] Eboot for Atmel 2561 Prozessor
Uwe Bonnes
bon at elektron.ikp.physik.tu-darmstadt.de
Mon Jan 23 19:27:55 CET 2012
>>>>> "Joerg" == Joerg Wiegelmann <wiegelj at gmx.de> writes:
Joerg> Hello folks, I'm trying to compile the eboot source for the Atmel
Joerg> 2561 processor. After fixing the first problem; It was a change
Joerg> from MCUCR = _BV(SRE) | _BV(SRW); to XMCRA =
Joerg> _BV(SRW01)|_BV(SRW11); in eboot.c to change the waitstate bits,
Joerg> the second problem was to difficult for me: flash.s: Assembler
Joerg> messages: flash.s:76: Error: number must be positive and less
Joerg> than 64 flash.s:84: Error: number must be positive and less than
Joerg> 64
For the AVR, gcc only supports 128 kByte of flash. Maybe you try to put
or access something at flash above word 0xffff?
--
Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
More information about the En-Nut-Discussion
mailing list