Is it possible to use the DMA controller to write GPIO pins?
When I set the number of DMA transfers = 1, the transfer to Pin 4 seems to work. However, whenever I set the number of transfers > 1, there is no effect on Pin 4.
Why is this, and what am I doing wrong? I am trying to utilize the DMA to output a sine wave lookup table to pin 4 as quickly as possible.