I'm writing real-time software on C6455 DSP. In my system I have several GPIO events, two HWI interrupts and some EDMA events.
Till now I used CSL_Intc commnads do configure the interrupts, but I wan't to move to DSP\BIOS configuration to use more tasks and semaphores.
I configured the two HWI interrupts with the DSP\BIOS gconf (interrupt selection number, ISR) but I need to call C64_plug to plug again the ISR before it works.
now I tried to configure the EDMA events, but I don't know how to do this. I don't need to call any ISR or HWI, just plug GPIO event to EDMA event.