• port for uCos -II on ARM7( with philips LPC2129 processor)
    Hi, i am working in a project in which i need to port uCos -II ARM7( with philips LPC2129 processor).I have seen micrium.com ...on this site port for LPC2129 is available but for IAR compiler,while...
  • port for uCos -II on ARM7( with philips LPC2129 processor)
    Hi, i am working in a project in which i need to port uCos -II ARM7( with philips LPC2129 processor).I have seen micrium.com ...on this site port for LPC2129 is available but for IAR compiler,while...
  • UART1
    Hi at All In LPC2364 the TX1 and RX1 pin on Uart1 are present in Port0 and Port2,is possible use both this pin for receive and transmit the data from two system? when device1 transmit/receive on Uart1...
  • UART1
    Hi at All In LPC2364 the TX1 and RX1 pin on Uart1 are present in Port0 and Port2,is possible use both this pin for receive and transmit the data from two system? when device1 transmit/receive on Uart1...
  • UART1- LPC2101
    I m using 14.7456Mhz Crystal. I am trying to send one data through UART1 using LPC2101.This is my initialization PINSEL0 = 0x00050000; /* Enable RxD1 and TxD1*/ U1LCR = 0x83; /* 8 bits, 1 Stop bit...