Altera_Forum
Honored Contributor
16 years agoThe data transfer
I want to send the data of array in the code to the SRAM,which function should I use? the format is like this: thank you in advance!
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!