Forum Discussion
Altera_Forum
Honored Contributor
14 years agoNIOS TSE initialize
Dear All, I am new in NIOSII and TSE. I use the Altera developemnt DK-DEV-4CGX150N for project development. I use the Qsys to build up my system and want to write some code to make the develop...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- I also disable bothe TX and RX shift 16 in the program by the following function. IOWR_ALTERA_TSEMAC_TX_CMD_STAT (tse_mac.base, (result & (~ALTERA_TSEMAC_TX_CMD_STAT_TXSHIFT16_MSK))); IOWR_ALTERA_TSEMAC_RX_CMD_STAT (tse_mac.base, (result & (~ALTERA_TSEMAC_RX_CMD_STAT_RXSHIFT16_MSK))); --- Quote End --- You don't need these. Leave the code as is, without any modifications. It should work fine.