Quantcast
Channel: MSP low-power microcontrollers
Viewing all articles
Browse latest Browse all 62309

Forum Post: RE: DMA transfer Increment Problem--Every other byte missing!

$
0
0
A block transfer moves all bytes at once, at fast as possible. You have to tell the DMA controller to move each byte only when the transfer buffer is empty. You probably want single transfer mode. And don't program the registers by setting individual bits; use symbols like DMA2TSEL_19, DMADT_1, and DMASRCINCR_3.

Viewing all articles
Browse latest Browse all 62309

Trending Articles