This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

UDP Packet Drop with LPC18XX / MCB1800 Board

Hi,

we have an issue with the MCB1800 board with RTX5:

we use the board to receive midi notes over IPmidi:

Now we have some problems to detect every UDP frame, there are a lot of lost packets.
The callback function doesn‘t recognize the frames.

There is only one active thread and the packets are very periodically ( ~ every 30ms / 36 bytes ).

We checked twice that the data was send correctly ( with Wireshark and another application on a notebook)

Do you have any idea what it might be?

We‘ve tried a few things:
-lwip instead of the MDK Middleware
-FreeRtos and the older RTX versions

Best regards,

Parents
  • We used the MCB4300 and MDK Middleware and tested the ethernet performance at the 180MHz processor clock. The device can send and receive 15000 UDP packets with 256 bytes per second. That UDP data was not processed in the test. This is probably enough for your case, but we need more information.

Reply
  • We used the MCB4300 and MDK Middleware and tested the ethernet performance at the 180MHz processor clock. The device can send and receive 15000 UDP packets with 256 bytes per second. That UDP data was not processed in the test. This is probably enough for your case, but we need more information.

Children