Hello,
On the otherwise excellent interrupt clarification page (http://processors.wiki.ti.com/index.php/Configuring_Interrupts_on_Keystone_Devices#Using_CSL.C2.A0APIs) I found one disconcerting phrase: "Nesting mode is not supported in KeyStone devices"
I hope this means that nested interrupts have to be manually configured. I hope this does not mean that nested interrupts of any form are completely unavailable on the C6678.
Can you greatly expand upon the one line on that page, please? I have a system that I am porting to the C6678 that depends upon nesting interrupts. I am comfortable with manual register read/write operations but not having that functionality will be a major problem. Without nesting, multiple interrupt levels aren't especially useful: I could just have a main function and a single interrupt function that manually queue tasks in priority FIFOs and service the next highest task after I finish the previous one.
Thank you for your time
Joseph Gagnon
JDSU
Senior Software Systems Engineer