[En-Nut-Discussion] Watchdog Debugging

Harald Kipp harald.kipp at egnite.de
Wed Sep 24 19:29:14 CEST 2008


Nathan Moore wrote:
> On Wed, Sep 24, 2008 at 12:31 PM, Harald Kipp <harald.kipp at egnite.de> wrote:
>> GNU AVR linker option --defsym,__stack=0x10FF
>> GNU ARM linker script section MEMORY (reducing the len parameter of the
>> ram)
> 
> 
> Wouldn't changing the upper limit in the configurator result in this being
> done?

Until today the Configurator modifies a few compiler/linker options 
only, mainly compiler option -D.

On GNU AVR the standard linker scripts are used, which will set the 
stack pointer to the end of internal RAM by default. Imagecraft uses the 
end of external RAM to initialize the early stack pointer. For the ARM, 
the linker script is used.

Harald





More information about the En-Nut-Discussion mailing list