Hi All,
PC based udp packet generator <====Ethernet connection====> [c6670 EVM running PA_SimpleExample project].
I have a PC based udp packet generator which is generating UDP packets [the packet contents is/are SAME as provided in the PA_SimpleExample project]. Here are the steps i am following
1.I have done few modifications for the Project to delay a bit more [kind of a large delay wait state] just before findPacket().
2. I commented the function sendPacket().
3. Following are my settings
Int cpswLpbkMode = CPSW_LOOPBACK_NONE; //CPSW_LOOPBACK_PA;
Int cpswSimTest = 0;
4. My aim/objective is to generate a single UDP packet [which is same in contents as the packet in the PA_Simpleexample project] and to make the EVM running the project receive the packet.
5. i made the switch 2 of SW9 to be off [this if i understand makes static IP Configuration] to make it accept a STATIC IP address. Is this correct ?.
6. My laptop/PC is on static IP Configuration [Note this IP is local to IP configured on the evm board through Pa_addIp() ].
Finally, what i see is there is no packet being received on the evm board. As far as i have seen all my steps are complete/fullest, please let me know if i am missing anything.
c6670 EVM board is connected to pc/laptop through Ethernet straight cable.
software configuration: -
ccsv5 : - .69
mcsdk : - .21
Thanks
RC Reddy