Forum Discussion
Hi
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
- Prajwal_RJ1462 years ago
New Contributor
Hi Jingyang, Teh
Previously i was using the same tse_mac_device function at netwotk_utilities.c file and observed the same error. but as you requested to use that in main file, i've used that in main file and observed the different error in which the PHY detection itself is not happening. you can i find the attached code and output screenshots with this file.
Thank you
Regards
Prajwal RJ