dsp用网口给电脑发包,用的是 SGMII port 0端口,除了改下边的代码还需要改哪些(用的是官方的GE程序)
GE_Port_Connection port_connect[GE_NUM_ETHERNET_PORT]=
{
GE_PORT_CABLE_CONNECT,
GE_PORT_NOT_USED
};
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
dsp用网口给电脑发包,用的是 SGMII port 0端口,除了改下边的代码还需要改哪些(用的是官方的GE程序)
GE_Port_Connection port_connect[GE_NUM_ETHERNET_PORT]=
{
GE_PORT_CABLE_CONNECT,
GE_PORT_NOT_USED
};
配置 GE_Test_Data_Path test_data_path= GE_TEST_DSP0_TO_DSP1;
详细说明请查看 2.5 DSP 0 to DSP 1 test
K1_STK_v1.1\docs\KeyStone_1_GE_STK_User's_Guide