Hi All,
I have created a project on 6670. Initially i was using the 'Program.global.defaultheapinstance' of type HeapMem. Due to its undeterministic behavior, i have moved the default heap instance to HeapMultiBuf. After this change, when i try to load the program than target directly moved to running state instead of suspended. Earlier, it moved to suspended state with PC pointing to main function. It seems that somehow its init code corrupted. Could you have some suggestion about how to debug this issue?
Also, if i again make the 'defaultheapmeminstance' of heapmem type than program respond correctly.
Regards,
Parshant