• tcpNet problem with ADC
    Hi, I am developing a system wich consists in a vary of functionalities, and I have to implement an HTTP server. I call tick_timer() in the SysTick handler at 100ms, and in my while(1) I have the...
  • tcpNet problem with ADC
    Hi, I am developing a system wich consists in a vary of functionalities, and I have to implement an HTTP server. I call tick_timer() in the SysTick handler at 100ms, and in my while(1) I have the...
  • TCPNet: problem with recv() and recvfrom()
    Hello all! I'm trying to write simple SNTP client with BSD sockets. I wrote such code: #include "LPC23xx.h" #include "uart.h" #include "RTL.h" #include "main.h" #include <Net_Config.h> //-----...
  • TCPNet: problem with recv() and recvfrom()
    Hello all! I'm trying to write simple SNTP client with BSD sockets. I wrote such code: #include "LPC23xx.h" #include "uart.h" #include "RTL.h" #include "main.h" #include <Net_Config.h> //-----...
  • Problem with RL-TCPNet and RL-USB
    Hi, I'm with a problem when I use RL-TCPNet and RL-USB on the same project. If I exclude the block of code of RL-TCPNet, the RL-USB works. But, if I include the block of RL-TCPNet, the RL-USB don...