I am currently working with the TMDSEVM66788L (The processor is multicore DSP TMS320C6678L) . I have ccs v6 on my pc with mcsdk_2_01_02_05 and ndk 2_24_03_35.
I am using a project based on the hello world (The path of the example I use is: C:\ti\mcsdk_2_01_02_05\examples\ndk\helloWorld\evmc6678l).
I am trying to send using UDP protocol packets from my PC to the EVM and vise versa. I am currently able to send and receive 2500 byte size packets but not larger.
I know that the UDP protocol enables 64K size packets. I do not know why I am not able to send or receive larger packets then 2500 bytes. Currently I want to send and receive 8000 byte size packets.
If someone had the same problem and knows the solution that would be great.