I am running a TMS320C31 using an old version of code composer, Version 3.1
We are experiencing sudden halts and resets of the processor that I cannot explain.
I noticed that the exit() function is compiled into the software and am wondering if this could be the culprit even though we are not calling it directly.
I have seen it pop up once or twice in the emulator and suspect it is being called by one of the built in functions.
Which built in functions use the exit function()?
How can I edit the exit() function to change its behavior?
Thank you.