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.

ISR event ID 6657

Other Parts Discussed in Thread: TMS320C6655

HI,

I am trying to recieve an interrupt on my 6657 EVM.

I am looking at the example at ;

C:\ti\mcsdk_2_01_02_06\tools\boot_loader\examples\pcie\pcieboot_interrupt

What is the Event ID of the 6657 ?

In the example we have the define to only _EVMC6678L_,_EVMC6670L_

#ifdef _EVMC6678L_
#define MAGIC_ADDR 0x87fffc
#define INTC0_OUT3 63
#endif

#ifdef _EVMC6670L_
#define MAGIC_ADDR 0x8ffffc
#define INTC0_OUT3 59
#endif

Thanks,

Ivgeni.