Thanks George. Due to this problem, I’m not able to see all the .ebss input files and the contributions of each one.
.ebss 1 00000000 00012ce9 FAILED TO ALLOCATE
As this .ebss has failed in the allocation, the others sections are now located were .ebss should be.
In the map file, I can see the location of all the RAM variables and I notice that I have a jump on the addressing of these variables:
0x0000ae34 _TickSec_swi
0x0000ae34 TickSec_swi
0x0000ae48 SWI_A_TABEND
0x0000c34f _CLK_PRD
0x0000c34f CLK_PRD
0x0000c350 _CLK_COUNTSPMS
0x0000c350 CLK_COUNTSPMS
0x0000c350 CLK_HTIMEPERLTIME
0x00010294 _var1
0x00010295 _var2
0x00010296 _var3
¿Which could be the reason of this huge jump?
Thanks,
Nerea