Good day experts,
Can you please advise me which calls in DSP/BIOS cause UTL_halt() to be called? From the DSP/BIOS user guide and API reference, I found the following:
- The default event handlers in the ECM module
- SYS_exit
- SYS_abort
My DSP/BIOS (v5.42.1.9 in CCS 5.4) application crashes somewhere and the only information available from the call stack is that UTL_halt was called. SYS_abort is called explicitly in my application, however I did set a breakpoint which is never reached. I do not know if SYS_exit is called indirectly somehow? I am using the ECM module through the BIOSPSP drivers, but none of the other ECM events are enabled, so I'm not expecting UTL_halt to be called from there.
Do you perhaps have any other suggestions?
Regards
Reinier