• LPC2129 Port 0 Parrallel data - on no consecutive pins
    Hello Friends, I have to read 16-bit data from Port 0 of LPC2129.But the data is not available on consecutive pins. So I assigned a name to each pin like PDB0. To read all 16 bits into a single...
  • #message
    Hi, Does anyone here ever use #message in other compilers? It is a useful tool for making sure that code with many #ifdef compiles the way you want without adding to the number of warnings. thanks...
  • LPc2294+TCP
    Hallo, I have a question to the topic ethernet. I have look at the exmaple LEDswitch Client and I don't understand why I need the following code: .. U8 p2val, cnt, lshf; .. p2val = 1; cnt =...
  • TCP retransmission
    Hi All The processor is LPC2468 running @ 57.6MHz with DP83848I phy in RTX OS and TCPnet stack. RTL.h version is 3.10/2007. Currently we are facing TCP retransmission issue in huge network...
  • TCP TIME_WAIT
    Hi, I have a webserver running on an LPC1768 with a maximum of 15 clients at any one time. I am using an application, written in javscript, to do HTTP GET requests which uses one socket per GET...