Hi,
I am starter in DMA, using TM4C123gxl.
Which site/AN should I follow about DMA & example code with TM4C123gxl.
One thing I didn't understand(with very basic level of reading), if I have to put CPU in sleep mode while DMA is trasnferring data. Then why to put to CPU in sleep mode. Why not use CPU to transfer data at first place.
Possible reason i get now is: CPU is releievd, so can be put in sleep so lower current consumption. Second DMA transfer are much faster as they are hardware controlled.Right?