Other Parts Discussed in Thread: TMDSCNCD263
I have a TMDSCNCD263 Evaluation Board with AM263x-cc MCU.
I want to use the CPSW ethernet port to send udp frames with an external client.
I used an example made by TI (enet_cpsw_udp_igmp_am263x-cc_r5fss0-0_freertos_ti-arm-clang) to send udp frames.
My problem is when I try to send a message with size greater or equal to 1500B, I got an exception that it couldn't send this size.
So, could you help out to validate that I could send a message with size up to 10KB at once.