I'm trying to DMA 16B to the TX FIFO, and I need some advice.
Can I request a single 16B DMA transfer upon CS active? i.e. will the DMA timeout before room is created within the FIFO?
It seems the first 8B transfer fine; however the second 8B seems to underrun. I can resolve this using burst mode and setting my arbitration to 1 - this seems opposite to my understanding as I would have figured using an arbitration value of 16 would lock the uDMA controller to the TX channel for the entire transfer.
Tx,
Brad