Hi,
I am using CCS Version: 4.2 and the target is TMS320C5509A.The problem arises while setting interrupts.external interrupt (INT1,Software Trap Equivalent SINT16)
is being used.IFR16 gets set when interrupt occurs,but it is not getting routed to ISR correctly.
The vector table starts at the location 0x00100 and it was assigned to IVPD and IVPH registers.So in thememory view i am able to see the address location of the ISR at an offset of 80 from the start.(ie at 0x00180).In the debugging mode while running when interrupt occurs it goes to address location 0x0000A instead of the address of ISR and is getting halted and also IFR16 is getting cleared.Below given is the vector file which i am using. Can you please help me out in mapping the ISR correctly?