• UDP broadcast vs Unicast
    I have a simple project that just sends a "Hello World" string UDP to a remote pier. That is all. TCP #define tick timer set to 100ms RTX #define tick timmer set to 100ms (all preemtive no RR) ...
  • UDP broadcast vs Unicast
    I have a simple project that just sends a "Hello World" string UDP to a remote pier. That is all. TCP #define tick timer set to 100ms RTX #define tick timmer set to 100ms (all preemtive no RR) ...
  • Quary relelade GNU C Compiler
    Hello Friend, I am working on LPC2364 ARM7-S core controller. I am using GNU C Compiler on KEIL IDE. Now I am facing problem of code otimization.In there is a option of code optimization option....
  • Quary relelade GNU C Compiler
    Hello Friend, I am working on LPC2364 ARM7-S core controller. I am using GNU C Compiler on KEIL IDE. Now I am facing problem of code otimization.In there is a option of code optimization option....
  • TCP/IP Sending Data (Problem with tcp_callback function)
    I use the sending data example of TCP/IP tha plased in site ( http://www.keil.com/support/man/docs/rlarm/rlarm_tn_using_udpsoc_example.htm ) . I confing all tcp requirements and i ping my device rightly...