Hey all,
I'm currently working on the EK-LM4F232. I'm trying to get a DMA transfer triggered by a Timer PWM Signal. I've modified the LM3S udma_timer.c code and got it to run on the LM4F successfully. I tried integrating my PWM code into there and failed. I then tried modifying the LM3S udma_timer_cpp.c code and got the DMA transfer working with the timer in capture mode. When I switched the timer to PWM mode, the DMA transfer does not trigger. If I were to remove the DMA code, I can get the processor interrupt triggered by the PWM.
Anyone has tried doing this? Any help would be much appreciated!