Hi Team,
I am looking at the address where .cint_00 resides.
in the cfg I found Program.sectMap[".c_int00"].loadAddress = 0x80000000;
in the map file , indeed cfg is at that address
when I edit the cfg file and change the address , and re-build m the map files still shows that same address (0x8000 0000)
can you help me understand this ? what is missing ?