• Using the RL-Flash-FS library wih a CF card
    Hi, I am trying to find out what is necessary to allow the Keil RL-Flash-FS file system library to be used with a compact flash card (on a LPC2388). Is it simply a matter of providing the GPIO interface...
  • 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 issue at 115k baud on LPC2368?
    Hi all, I am trying to get a simple pass thru of data at 115k from uart 1 to uart 0 on an lpc2368. Both are enabled (powered) and if I use 9600 baud rates, everything is fine. I'm running the unit...
  • problem wih global variables while having ram function
    I am using Uvision 3 , Generating code for lpc2214 Here below is my simple code int x=10 ; int y=100 ; void ram_fun(void); void delay(void); void main() { ram_fun(); while(1) { ; } }...
  • 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...