Hi
I am implementing internal exception handling for TI DSP 6618. Is any documentation and reference available for the same?
In particular I am looking for the event ID in case of illegal opcodes.
Regards
Anuj Agarwal
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi
I am implementing internal exception handling for TI DSP 6618. Is any documentation and reference available for the same?
In particular I am looking for the event ID in case of illegal opcodes.
Regards
Anuj Agarwal
Hi Anuj,
I guess the section 2.9.6 Internal Exception Report Register (IERR) of SPRUGH7 (http://www.ti.com/lit/ug/sprugh7/sprugh7.pdf) is which you wanted. My understanding is, bit 3 (OPX) is set when illegal opcode is fetched.
In addition, Chapter 7 CPU Exceptions of the document covers big picture of exception handing by hardware.
Regards,
Atsushi