Hi,
I recently upgraded from Code Composer 2.21 to Code Composer 3.3. At the same time, I upgraded from DSP/BIOS 4.90.270 to DSP/BIOS 5.33.06 and from NDK 1.7.1 to NDK 2.0.0. I also upgraded my code generation tools to 6.1.19.
Before the upgrade, I have several custom DM642 boards which worked great as far as Ethernet is concerned (my application sends and receives UDP packets). After the upgrade, sending packets still works ok, but I can only receive a few UDP packets (the exact number depends on the size of the packets) before the socket I am receiving on starts timing out (I configure the socket with a SO_RCVTIMEO of 3 seconds), and my application does not get any more packets. If the UDP packet size is 1500 bytes (payload), I consistently receive 8 packets before the stack starts timing out. I tried using a smaller UDP packet size of 376 bytes and in that case I consistently receive 17 packets before the stack starts timing out.
Any assistance would be greatly appreciated.
Paul Randall