I am considering a 2806 (Piccolo) in an application where I have 2 sets of 8 LEDs muxed (on one set of 8 GPOuts). I would like to use DMA to write the first set of values then (to other bank) a second set of values. I would like to setup the two sets of 8 bits (in a BYTE) in SRAM and have DMA (on timer) move first byte to GPIO port, then index SRAM) and send second byte out to GPIO port. Can this be done? It is not obvious to me that the GPIO register can be the destination of a DMA transfer.