The intterupt generated by the SCI module fails to vector correctly--the control thread vectors to ILLEGAL_ISR(void). On earlier projects this interrupt worked correctly, but I'm at a loss to expalin the failure this time out.
The assembler window shows what I believe is a correct PIE table, errant code has not scribbled across the table. I see in the table the address of the ISR in RAM. The PIE registers PIEIER9 look correct when viewed in CCS6. I can see the PIEACK flag rasied and clears on the one pass through the ILLEGAL_ISR(void).
Any idea what would cause misdirection of an interrupt vector?
DE