Hello:
I am slave booting the DM6437 over HPI and running some algorithms on the DSP. It runs great for a while, then crashes WITHOUT any hints as to why it crashes.
I have connected the JTAG and loaded symbols (release mode though so it wasn't compiled with symbols) and I can run this. However the crash still doesn't tell me anything.
Here are my questions:
In short, what is the best way to find out why this system is crashing?
1) Should I compile in release mode with symbols. Can I strip the symbols that I load over HPI? How? Can I then load the symbols only through the JTAG and let it run as usual.
2) The call stack is always empty. Is there a way to get a bigger call stack or make sure that it doesn't get cleared.
3) If I enable Debug Exceptions via the debugger, will this catch anything?
4) should I see anything in the "Message Logs"
5) other suggestions are welcome
Thanks,
--B