i'm using ccs 5.4 & evm 6678, i'm attaching the project properties of my application. Its a modifed hello world to recieve the udp braodcast packet (changed the recieve buufer size to 32K from 8K).the data Rate is 33 Mb/s and the packet size is 1498 bytes, udp data is 1456 bytes I'm getting two problems . i'm getting a lot of packet dropped because of bad udp check sum and recieve full. i'm logging the udps structure.
please help me with the problem.
i have captured the packet being sent in a wireshark parallely and verified that the check sum is correct( validation of UDP check sum is enabled in wireshark)