I've been having some trouble attempting to set up a DMA that is triggered by a GPIO interrupt, specifically GPINT8, on a C6678. Going through the documentation in the datasheet and CIC User Guide, I can understand how interrupts are generally routed, and how to map the GPINT from a System Interrupt to a Host Interrupt. However I can't seem to figure out how to map this Host Interrupt to one of the EDMA channels/events. I see that there are CICx_OUTn EDMA events but can't find any documentation about how to trigger these. Is there any documentation or example code that someone can point me towards to explain how to implement this?
Thanks!