Forum Discussion
Altera_Forum
Honored Contributor
15 years agoread data from on chip memory
hi: In NiosII software ,I use the TSE_MAC function(tse_mac_raw_send) which altera provided can send data OK, tse_mac_raw_send(send,sizeof(send)); char send[] = {...}; but when I set ...
Altera_Forum
Honored Contributor
15 years agoyes ,the SGDMA_tx read port is connected to on chip memory,and the SGDMA_rx write port is connected to SDRAM.