<dasaspock <at> gmx.de> writes:
> Problem occurrence:
> The function
> "__attribute__((section(".fartext")))void fBlink2000(void)" linked to the
upper memory (0x10000)
> is called from the lower memory (0x3296). The function itself works properly,
but when the RETA
> instruction is executed, the msp430f2617 goes directly to the _cint00_
function (reset).
Hello Norbert,
Can you please tell me how to edit the makefile to inform the linker of the
presence of the region "fartext", please? I have put the function prologue
"__attribute__((section(".fartext")))", but it sill thinks .fartext overlaps
region .text
Thank you.