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 agoI want to tranlater data which set in "On chip memory",the data are "0x01,0x02,0x03,0x04..."I use the signaltapII review these data, the picture attachments are given .
in picture,there are many "0x00" before transmitting the data"0x01"/"0x02",maybe the "waitrequest" signal of tx_sgdma freezes or something else.