> almost correct! For the F1611 initial STACK should be 0x3900 (not 0x2500). Thanks, fixed
> > Hardy > > > PS: is it possible to write the expression STACK = (RAM_START+RAM_SIZE)? > This would be less error sensitive. > No, expressions are not allowed in a region declaration. > PPS: RAM_SIZE should be 0x..00 for all processors, not 0x..ff, e.g. for > the F1612 it should be 0x1400, not 0x13ff - right? well, yes... I'll change this, but this does not really change anything... I'll commit changes when done profiling. ~d