This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

reading A/D valie from potentiometer

Hello All,

I am new to ARM. I am currently using LPC2378 (ARM7TDMI-S) processor on MCB2300 Keil Eval Board.
I want to display A/D value on LCD.
Kindly guide how to proceed step by step using C language. I don't have any exposure in Assembly language. However I am considerably good at C.

Regards

Parents
  • Hello Ranjeet Sinha,

    Please check example .\Keil\ARM\Boards\Keil\MCB2300\Blinky.

    This example outputs the AD value from the potentiometer to the serial port and displays a bargraph representing the AD value on the LCD.

    Best Regards,
    Martin Guenther

Reply
  • Hello Ranjeet Sinha,

    Please check example .\Keil\ARM\Boards\Keil\MCB2300\Blinky.

    This example outputs the AD value from the potentiometer to the serial port and displays a bargraph representing the AD value on the LCD.

    Best Regards,
    Martin Guenther

Children