• lpc2478 and uclinux compile
    Hi, I'm Fairuz, a student that are working on a project that involves LPC2478 microcontrollers (ARM7TDMI processor). Since i'm new to the world of embedded linux, compiling kernel and stuff, I've look...
  • 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...
  • uCLinux development with Keil/Arm tools
    Hi Everyone, Did anyone tried uCLinux - based development using non-GNU build tool chain, but Keil's or ARM's for STR7 and STR9? Thank you in advance!
  • uclinux os can be used on LPC2138?
    I want to learn about uclinux os. I will use just a lpc2138 chip for my project. I don't kown if the lpc2138's resource is enough for this work.I don't want to add other sram and flash on my board. I...
  • 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...