Forum Discussion
tehjingy_Altera
Regular Contributor
1 year agoHi
Going through your project.
Could you add in the line below in your main source:
alt_tse_system_info tse_mac_device[MAXNETS] = {
TSE_SYSTEM_EXT_MEM_NO_SHARED_FIFO(
SYS_TSE, // tse_name
0, // offset
SYS_TSE_MSGDMA_TX, // msgdma_tx_name
SYS_TSE_MSGDMA_RX, // msgdma_rx_name
TSE_PHY_AUTO_ADDRESS, // phy_addr
NULL, // phy_cfg_fp
SYS_DESC_MEM // desc_mem_name
)
};
It is to link the TSE with the msgdma. (Note the msgdma_tx_name could differ)
The msgma needed to be initialize properly so that the TSE could send and receive data.
Regards
Jingyang, Teh