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.

TMS320C6678: PA (packet accelerator) example for Ethernet subsystem

Part Number: TMS320C6678

Hello Team,

We are currently working on an Ethernet application using Pa example project (Pa_emac ) for its verification. In our application we want to avoid MAC address checking & IP address checking while an UDP packet is received on EVM TMS320C6678. Is it possible to do the same if we can comment this section in function setup_PASS() :

if (Add_MACAddress () != 0)
{
return -1;
}


/* Add the IP address the example uses */
if (Add_IPAddress () != 0)
{
return -1;
}

Please let me know how I can avoid checking of MAC address , IP address in PA.

Thanks and Regards,

Mohit