• MCBSTR9 ethernet maximum throughput at 96MHz
    I am using MCBSTR9 evaluation boards for testing the ethernet throughput (sending 1316 bytes length UDP packets). I have implemented my code using the Keil HTTP demo with RTX_Kernel and running the...
  • 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...
  • UDP CRC check in keil?
    In UDP mode of keil network stack, when we use BSD API, is there any crc check in UDP packets send/receive? if yes, in STM32F4 series, use hardware crc block or software ?