Tool/software: TI-RTOS
Hello,
Tools used: TDA2xx EVM with NSP4_15 and ndk_2_24_02_31
I am running VSDK network receive use-case with 1280x960 YUV422 data (frame size = 2,457,600bytes). After running use-case we see both PC application and use-case freezes with no error. On PC wireshark I see PC app trying to send packet again and again but not receiving ack from EVM. Sometimes after random time use-case resumes and network receive starts working but other times it freezes forever.
The same use-case runs without any issue if we change frame to 1280x720 (frame size = 1,843,200)