The following snippet is from soc.h:
/* L2 Wakeup interrupt 0 */
#define CSL_INTC_EVENTID_L2PDWAKE0 (30)
/* L2 Wakeup interrupt 1 */
#define CSL_INTC_EVENTID_L2PDWAKE1 (31)
/* VCP2 error interrupt */
#define CSL_INTC_EVENTID_VCP2_INT (32)
/* TCP2 error interrupt */
#define CSL_INTC_EVENTID_TCP2_INT (33)
The TCP2 documentation (SPRU973 pg 115, section 13.1) explicitly states that the interrupt selector for TCP2 errors is 31. The datasheet explicitly states that 30 & 31 are not valid events (unconnected) but agrees with soc.h about 32 & 33.
Is anyone able to confirm or correct the values in the above snippet for me? I am especially interested in the correct value for the TCP2 error interrupt.
Thank you,
Joseph Gagnon
Dyaptive Systems Inc.