Hi,
I'm using CCS v4.2, csl and bios_6_30_02_42 with C6474 lite EVM.
I have an app that uses EMAC and EDMA3.
The code was first developed to use CSL only. EMAC and EDMA work correctly.
I have now converted the code to a sysbios app.
Using GUI editor for cfg, I added Hwi for EMAC and it works properly using eventID's 6 and 7
The problem is that now EDMA never recieves the completion interrupt. When program is halted in the debugger,
the Memory widow shows the transfer completed. I have tried to use Hwi with eventID 61 but this also don't work.
Also not clear on GUI entry for IntNum and eventID. My assumption is the eventID corresponds to event numbers defined in soc.h
Any help or pointers appreciated, thanks
Fred