Johannes,
I mean that after 7 hours the application was working I was getting that error. It is a little difficult to catch that exeception. Until now I have got it 3 times in total, some of them in short periods of time.
This is an screenshot of diff of two errors with vim. Basically, again the pc=0x00000000 and sp=0x8003e008:
I read that B3 adddress is the return address. When I access that section, 0xc02b12c,in disassembly It seems to be something related to NameServer:
I understand that there must be something overwriting some regions not allowed. I attach the map file if you guys can take a look at it.(Please visit the site to view this file)
Tom,
thanks for your answer.
I am going to enable exception print to see if I can get more information about the error as you said.
I supposed it is enabled as follows:
var Excep = xdc.useModule("ti.sysbios.family.c64p.Exception")
Excep.enablePrint = true;
As soon as I get something new I will post it.
Regards.
Julian