Hi Alice,
I have no problem getting source code examples for other processors, but there is a lot to configuring the eDMA. Due to this, I would like to lean on Processor Expert as much as possible to help with initialization of device drivers. That being said, I have tried writing code to do this using the PDD macro API, but to no avail.
I guess my question is are there any "gotchas" when configuring DMA to be triggered from a peripheral? Is there a basic "Hello World" example that shows a basic peripheral (e.g. GPIO) triggering a DMA using processor expert?
Or maybe a better question. I want my DMA features to be active all the time and triggered from a peripheral, thus in Processor Expert I only have need to call Init_eDMA. Are there any other registers I need to poke while I'm in main() to enable/start DMA?
Thanks again!