Hello experts,
I'm running here a C6670 DSP where I can transmit and receive ethernet packets automaticly.
But in the moment it is just possible to get data from an external host after I set there the DSP Mac address with "arp -s".
Now I would implement an arp reply to the DSP after getting an arp request.
But in the moment i didn't made it to recieve the arp request.
I tried the following:
first try:
- setting up an second RX flow
- add the broadcast MAC (6 times 0xff) to the PA with route to flow 1
second try:
- setting up an second RX flow
- ad an exception to flow 0 (receive flow) with Pa_configExceptionRoute leading the exception to the second flow
Both tries where not successful. I tried to pop to the destination queue of the second flow but nothing happens.
So now my question.
Does I need to activate Broadcast separately to recieve those packets?
Or has anyone other suggestions what to do?
Best regards Frank.