Other Parts Discussed in Thread: C2000WARE
Hi,
In the technical reference manual for F24004x processor, PIE channel mapping table the interrupts INT7.11, INT7.12, INT7.13 and INT7.14 are allocated to FSITX_INT1, FSIRX_INT1, FSITX_INT2 and FSIRX_INT2 respectively but in the f28004x_pievect.h file, PIE_VECT_TABLE struct definition it is allocated with only reserved as below
PINT PIE80_RESERVED_INT; // 7.11 - Reserved
PINT PIE81_RESERVED_INT; // 7.12 - Reserved
PINT PIE82_RESERVED_INT; // 7.13 - Reserved
PINT PIE83_RESERVED_INT; // 7.14 - Reserved
Can you let me know the reason for this mismatch between the pie vector table in the .c/.h files w.r.t. technical reference manual for FSI?
Thanks,
Aditya