Other Parts Discussed in Thread: TMS320C6657
Hi Ti,
easy and simple question,
I'd like to know what interrupt number and event ID are.
Regards,
ysshim
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.
Hi Ti,
easy and simple question,
I'd like to know what interrupt number and event ID are.
Regards,
ysshim
Interrupt number is the number that tells SYS/BIOS which interrupt on the NVIC or PIE (depending on what core you're running BIOS on) it should enable and configure. There should be tables in the device Technical Reference Manual that will tell you the vector ID.
Event ID is not used on this device, so you can ignore it.
Whitney
Thanks for your reply Whitney.
I am also using TMS320C6657. I wonder Event ID is used on this device and if so what this is for.
Regards,
ysshim
I'm not sure about the TMS320C6657--you may want to ask over on the Processors forum.
Whitney