Is there a limit on the size of UDP payload the C6678 can transmit?
I have code that works for payloads up to 1488 bytes in length. As soon as I try to send a packet with a payload longer than this (for example, 1492 bytes), the packet does not appear on the Ethernet (the packet is not detected by WireShark). The problem is not a buffer overflow in my code.
I have tried this code on two different C6678 platforms (one being the EVM6678L) and both exhibit identical behaviour.
What is the limit and where is it documented?