I have DMA working in circular mode. However, after generating n cycles from a certain array, I would like to switch arrays without any processing time inbetween.I believe this can be done with double buffering. However, this doesn't seem to be possi...