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.

6670EVM关于GE工程与PC通信问题



您好:

       我在调试6670开发板与PC通信过程遇到一些问题,按照文档可以不需要TCP/IP协议也可以与pc通信,将程序改成

         GE_Test_Data_Path test_data_path= GE_TEST_DSP0_TO_DSP1;
 
          Ethernet_Mode ethernet_mode = ETHERNET_AUTO_NEGOTIAT_SLAVE;
         GE_Port_Connection port_connect[GE_NUM_ETHERNET_PORT]=
        {
          GE_PORT_NO_CONNECT, //SGMII port 0
          GE_PORT_CABLE_CONNECT //SGMII port 1
     };
 
程序卡在KeyStone_Ethernet_Ports_Init(KeyStone_GE_Config * ge_cfg)函数位置,如下图
之前看到也有类似的问题,不知道发送MAC包方法是否可行,还是必须要使用ndk来开发。