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 agoWhat signals are you checking with signaltap? You should monitor the m_read master on the tx DMA and check that it is trying to read the correct address and that nothing is freezing it through the wait_request signal.