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.

TMS320F28374S: Usage of "reserved" interrupt vectors

Part Number: TMS320F28374S


Hello,

Is it allowed to use interrupt vectors which are descriped as "reserved" in the correspointing PIE Interrupt Vector table?

For example to use interrupt vector INT12.4 (Group 12 channel 4)?

I want to trigger an interrupt from my application. For that I could use an interupt-vector deticated to a specific peripheral (this peripheral would be then blocked, since i use its interrupts channel for sth. else). Or I use a "reserved" channel which is not used by any peripheral so no peripheral loose its associated interrupt vector. 

However, i am not sure what "reserved" in the interrupt vector table means (TRM p. 96 /102). Am I allowed to use that vector? Is it a user reserved vector? 

Or does "reserved" states, that it is not recommended to use that channel since in the furture this channel might be used by TI. So this channel is TI reserved.

On my uC both ways work properly...

Does someone know a document which explains it further in detail what "reserved" means? Did not find anything in the TRM / internet

Best regards

wilson