So i am using
SYSBIOS 6.34.1.14
XDC 3.24.3.33
Code Gen 7.3.8
NDK 2.21.1.38
I am getting the following error message in the ROV tool->BIOS section IMMEDIATELY AFTER I LOAD CODE:
,ti.sysbios.BIOS,Module,N/A,N/A,Caught exception in view init code: "C:/CCSv5/xdctools_3_24_03_33/packages/xdc/rov/StructureDecoder.xs", line 544: java.lang.Exception: Target memory read failed at address: 0x0, length: 4This read is at an INVALID address according to the application's section map. The application is likely either uninitialized or corrupt.
i have a huge heap located in "null" and i have heap tracker on. is that the problem? i had to rebuild the sysbios for long file name in FATFS, could that be it (no errors in the build after a fix in another post)? my .out file is 12MB is that it?
shortly after running this thing i get a lot of heap issues and i have a feeling it might be related.
any ideas what i should do to debug this error that shows up after just LOADING the code to my emulator?
something i've been noticing about the heap. when i load the program for a short time and then look at heapmem in the ROV it shows an error. that error is the "next" pointer for free space points to 0xffffffff and it declares that an error, which means it will not show me the remaining free space in the heap. this happens on a code load. i feel like i am doing something wrong here with declaring my heap. shall i attach the .cfg file? is there something wrong with my xdc or sysbios installation?

