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.

TMS320F28P659DK-Q1: Interrupt_enable for INT_ILLEGAL and INT_NMI

Expert 2380 points
Part Number: TMS320F28P659DK-Q1


Tool/software:

Does interrupt INT_ILLEGAL and INT_NMI need the below function to enable?

Like the INT_ADCA1? From the experience, seems no need.

Could TI expert help confirm this information, or does TRM have the detail information about usage of INT_ILLEGAL and INT_NMI?

Interrupt_enable(INT_ILLEGAL);
Interrupt_enable(INT_NMI);

Interrupt_enable(INT_ADCA1);