I feel like there must be a way to do this. I've not seen any reference to such a utility, but there must be some sort of debugging session tool which allows me to specify a entry function which gets called each time a new function is called and an exit function which gets called each time the function returns. Is this possible? Or am I wishing for too much?
In other words, I'd like to make my own call stack trace, since whenever my application crashes, it ends up in random memory with no available stack trace information. Thanks in advance for any help someone can offer!
I'm running CCSv4 and CCSv5 (whichever one is not giving me issues that day) with DSP/BIOS 5.41 on Windows 7.