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

Tcp/IP Stack performance doubt

Hi, when I use MDK Network component(RL-TCPnet) based on RL-RTX, I find that the TCP/IP stack can only use polling mode other than interrupt mode? and it's interval is 20ms(I got it from 'eth_thread' in Event Viewer, it excutes every 20ms). Is that right?

The problem is how can I improve the performance within 1ms? If the Network comonent can not work out, is LWIP the better choice for real-time intended applications?

I'm looking forward for your reply. Thank you very much!

Parents Reply Children
  • Thank you , Franc and Gordon. I would choose new Network Dual Stack to ensure real-time.

    By the way, Franc , I think there will be more RTX and Network users if there is a list of the Network performance analysis .

    For example , what's the maximum pixel(YUV420) can be transmitted stablely over the Network with specified CPU frequency (a lot of people use cortex-M MCU to deal with video processing ), and what's the latency time . Though users can calculate it by themselves, they just want to have a visualized graph or something like that, to increase their confidence in using it.