• lpc 2138
    I´m new in arm programming. I´m trying to turn on a led with the lpc2138 at P0.4. When i use the keil debug it indicates that the direction of Port0 is out and high. But on the board the led not works...
  • LPC 2138 problems
    Hello people, I am using LPC2138 for very long now. I faced an issue with it. WDTR: This bit is set when the Watchdog Timer times out and the WDTRESET bit in the Watchdog Mode Register is 1. It...
  • LPC 2138 simple problem
    Hi all, I have a small starter problem with my LPC2138 I'm using Flash Magic to make the hex file and program it to the arm controller. I managed to make a serial connection with the terminal...
  • im facing a problem with adc in lpc 2138.
    The output is varying continously in my lcd even there is no change in the adc input.i want a code to display the output in lcd.please give any suggestions to my code. #include <lpc21xx.h> /* LPC2200...
  • How to extract the data for multiple adc in lpc 2138?
    Hi I how to extract the data for multiple input to adc port in lpc2138 . Here is the code for initialization of the adc and tell me how to extract the data for both the adc void adc_ini(void) ...