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 agoCheck in SOPC builder that the two SGDMAs connected to the TSE core are also connected to your on_chip memory (the m_read and m_write ports). If they aren't connected, the DMAs won't be able to read/write the data.