• RTX/TCP timing issue with dropping connection
    I have a simple program that implements a TCP server. Here is the framework: - main() starts the task that creates timer_task and task_tcp. - timer task simply calls the timer_tick() every 100...
  • Problems with using RTX kernel functions and TCP connection
    Hi, I have been developing an application using LPC2378 based on http_demo from Keil. We faced some problems to introduce threads in our project. Can someone explain me how to do it properly. How...
  • TCP connection cable test
    Hi every one, I developed a embedded system with lpc17xx (Cortex m3) equipted with interface ic KS87Bl for Ethernet communication.there are two LEDs in RJ45 which indicate that the CAT5 cable is inserted...
  • multiple TCP connection
    Hi, I want to implement multiple TCP connection. I search in Keil help and i found this page "Multiple TCP Connections". I understand the sample code in the help file but i don't know what is the...
  • Error on closing Tcp connection
    Hello all, I'm using the RealView Realtime Libary V3.10 and the RTX-Kernel. I want to implement an embedded server application based on a MCB2300 Board. So I tried the tcp sockets from the Realtime...