• ARM7: LPC2148 & USB communication
    I want to develop mass storage device using LPC2148.I am just referring code from Keil for USBMem. My problem is - I get Get_descriptor command from PC to which I respond with device descriptor. On...
  • How to configure the LPC2148 as USB host?
    I am trying to interface USB keyboard with LPC2148. I want the LPC2148 to act as a USB host. Is it possible?
  • LPC2148 ADC configuring
    Can anyone explain me the code of LPC2148 collecting data from the sensor via ADC that register configuration and other things related to that I am so confused
  • communication in RAM7 LPC2148
    hi, I want to do communication project on LPC2148. I want to use SPI. is it possible to use SPI to connect 2 or more ARM in master n slave mode?? where is chip select pin on ARM7?? plz help.....
  • explanation and pin configuration for code in lpc2148
    int x; PINSEL0 = (PINSEL0 & 0x3FFF3FF0) | 0x00000005; // Configure pins for touch screen PINSEL1 = (PINSEL1 & 0xC3FFFFFF) | 0x10000000; IO0DIR = (IO0DIR & 0xDFFF7F7F) | 0x00008080; IO0SET = IO0SET...