Part Number: TMS320F28P650DK
Hi,
I would like to know if it is possible to transmit a 16bit buffer using UART and DMA without having to decompose the buffer into bytes.
For example, if my buffer has the values 0x1122, 0x3344, 0x5566 do I need to decompose this buffer into another buffer with the values 0x0022, 0x0011, 0x0044, 0x0033, 0x0066, 0x0055 before transmitting using UART and DMA? Or does DMA have some setting that allows it to do this automatically?