Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI also met the same problem. I used twice the function "alt_dma_txchan_ioctl()" to makesure the data transferring in units of 8 bits and set a DMA receiver into streaming mode.
array:volatile char chr[20] = "abcdefghihklmnopqrsq" ;//数据源 And I can just receive five datas: aeimq When the data type of the array is alt_u32,and the transfer length is 80, I can receive all the letters from the UART. Who can tell me why?