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.