• Timer Interrupt based UDP
    I am using ARM7 LPC2478 with RL-TCPNET ethernet stack. I want to send a particular data (which I am acquiring from an FPGA) over UDP/IP with timer intervals of let's say 100msec. So I am trying to implement...
  • UDP connection sample for RL-ARM
    Is there any UDP_connection_with_PC sample for RL-ARM and LPC1768 ? If I use \Keil\ARM\Boards\Keil\MCB1700\RL\TCPnet\LEDClient\ as base for my test, then I can read UDP message from PC at udp_callback...
  • How to interface CMSIS library in eclipse based IDE ?
    Hi I am unable to find any documentation on how to add library in eclipse based IDE. Presently I am using Freescale's CodeWarrior and I want to add the CMSIS's DSP Library in that.  Thanks in advance...
  • 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 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;...