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.

6678的组播功能实现



想在6678上实现与PC的组播通讯,有相应的测试例程吗?谢谢!

  • 组播可以实现的,具体可以参考PDK目录下的例子

    ...\pdk_C6678_1_0_0_xx\packages\ti\drv\pa\test\PAUnitTest

    用Pa_configExceptionRoute API增加下面的异常路由

    /**

    *  @def pa_EROUTE_MAC_MULTICAST

    *       MAC multicast packet which is not specified at the lookup table

    */

    #define pa_EROUTE_MAC_MULTICAST     13

    /**

    *  @def pa_EROUTE_IP_MULTICAST

    *       IP multicast packet which is not specified at the lookup table

    */

    #define pa_EROUTE_IP_MULTICAST      15