• Problems using UDP (ERR_MEM_ALLOC)
    Hi, I have a negative effect while using UDP for sending data between my controller (NXP LPC2368)and PC. I use not the RTOS (anyway with RTOS i had the same problem)! I using two sockets with different...
  • UDP speed
    Im using the RL-TCPnet stack to implement UDP on my LPC2478. What speed can i expect from it?? Speed in bytes/sec... As per my calculations, im getting quite low speed - about 70kbytes/sec. In the...
  • UDP Issues
    Greetings All, I am using the RL_ARM TCP net library in order to establish a connection with the LPC2468. I have the following code to initialize the UDP connection: static U8 retval = 0xFF;...
  • UDP transmission
    Hello, I'm developing an application for an ARM9 uC, on the evaluation board MCB-STR9. I'd like to use the RTOS (RTX application) and implement in a RTOS task a UDP based transmission protocol. Even...
  • STM32F746ng Disco UDP
    Hello Friends, I'm trying to send UDP packets from my STM32F746nG Discovery board. Using the examples from Keil, I can get a webserver to work, however if I try a BSD client example, the device does...