Hi,
I am programming a msp430xG4169 with 120k memory.

Is there a way to use the address range above 64k with the mspgcc tools?

The linker script for msp430 (msp430xG4619.x) contains the following line:
  text   (rx)           : ORIGIN = 0x2100,    LENGTH = 0xdec0
I guess, that is the reason, why the linker complains when I try to link code 
with more than 64k?

Is there a way to circumvent this limitation and use the address range between 
64k and 128k?

thanks for your time!
Lars



Reply via email to