Tool/software: TI-RTOS
I have found short UDP packets (less 60 bytes of thernet frame) have bad CRC. I also have found incorrect code place:
pdk_c665x_2_0_5\packages\ti\transport\ndk\nimu\src\v0\nimu_eth.c
line: 339
if( PBM_getValidLen(hPkt) < 60 )
PBM_setValidLen (hPkt, 64 );
Removing these strings leads to correct short packet sending..
