[En-Nut-Discussion] Question about the AVR32 linker scripts, uc3a0512_sdram.ld
Michael Fischer
fischermi at t-online.de
Fri Aug 27 10:59:11 CEST 2010
Hello list,
there exist the uc3a0512_sdram.ld script in:
nut\arch\avr32\ldscripts
Compared to the uc3a0512_ram.ld I could fount the following
differences:
- CPUSRAM is changed to the SDRAM location. Now the external
SDRAM is used by the CPU instead of the internal RAM.
But in case of the bss placement, it is changed from:
} >CPUSRAM AT>CPUSRAM
to:
} >CPUSRAM AT>FLASH
Is this a typo, why is here the FLASH keyword used?
The same problem with the stack.
Original is:
} >CPUSRAM AT>CPUSRAM
and the new one:
} >CPUSRAM AT>FLASH
Please can someone explain?
Best regards,
Michael
More information about the En-Nut-Discussion
mailing list