• No subject
    #include<LPC214x.h> #define read1_31 (IO1PIN&0x80000000) typedef unsigned long DWORD; typedef unsigned short WORD; typedef unsigned char Byte; typedef unsigned int Boolean; void io_init(void);...
  • No subject
    Hello world,,, I face some problems in use of IOPIN0 in case of LPC2138 microcontroller... How we can use it for two interfacing on single port.. can anyone tell me please....
  • No subject
    hi, while I am trying to run the HELLOW project from the examples in KeiluVison3 its not connecting to the serial window and its not printing "hellow world" on serial window.the example program was stucked...
  • No subject
    Hello friends; I am facing problem in ADC of LPC2138. Actually I am using 2 channel of ADC0 -> AD0.0 and AD0.1. I have initialise ADC using PINSEL, AD0CR,PCONP registers. I am using two registers...