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.

TMS320F28379D: Query about PIE Vect Table for ADC_PPB Interrupt

Part Number: TMS320F28379D

Hi,

    I'm working on the ADC PPB ISR generation while Zero Cross Detection. Please find the attached document which shows  Peripheral Interrupt vector Table. In that table it's clearly show that TIM0 ISR is the 7th interrupt of Group_1, ECAP1 ISR is the 1st interrupt of Group_4. My query is that in example code it shows that ADC_PPB ISR is the 1st interrupt of Group_10, but in table where it shows?

PieCtrlRegs.PIEIER1.bit.INTx7 = 1; // Timer0 Interrupt
PieCtrlRegs.PIEIER4.bit.INTx1 = 1; // ECAP1 Interrupt
PieCtrlRegs.PIEIER10.bit.INTx1 = 1; // ADCA_PPB Interrupt

Regards,

Shariq Hussain