Forum Discussion
5 Replies
- Altera_Forum
Honored Contributor
The code that you just shown seems to do the trick.
- Altera_Forum
Honored Contributor
No,the data was received which is not right!
- Altera_Forum
Honored Contributor
Well you need to give more details about what you are trying to do, how you check the results and what you expect.
Remember to bypass the data cache when you check the results of a DMA transfer. - Altera_Forum
Honored Contributor
- Altera_Forum
Honored Contributor
I used to use the UART to receive the data,then the DMA read the data and write it to the SRAM when there is an interrupt generated by the UART.But the data is writed to the high 8 bit of the SRAM everytime and the low 8 bit are zeroed.
do you have another method? thank you!