This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DMA to peripheral GPIO HAL

I've had trouble finding any documentation on how to do this and so I've had to resort to examples posted on forums around the web. I was hoping there'd be someone here that could tell me if I've done all the DMA stuff correctly here.

I'm trying to write the array called 'information' in this code to my GPIO PORT F.
I want each element of the array to be written to the port in turn.

Line 183 is where I trigger the DMA write command. It's from that line upwards that I'm not completely certain about and I've mostly just copied from other examples.
http://ideone.com/P2btPE