Not quite sure what is going on, but I want to know if there is some way to "reset" the edma.
I have got it working using interrupts to finish the transfers, and I can call the functions over and over again when I use it on powerup, however I am having an issues getting it working it I don't do a chip/system reset and just reload the code.
We will have multiple applications using the edma, and will have to jump to the different applications, but my interrupt for the edma does not fire again if I try to reinitialize the interrupt and reinitialize the edma.
I've attached the code of what I am doing, and it works great on powerup (can run the memset/copy multiple times), however the interrupt does not seem to fire on a "reload" of the code unless I reset the processor. (checking the eventID in the CIC System Interrupt Status Raw/Set Register doesn't get set, where it does on a powercycle/reset).
Any help would be greatly appreciated, Thanks,
Erick