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
  • The purpose is exactly as it is described in the user manual of the processor - to control which I/O pins that will be affected when you make 8-bit, 16-bit or 32-bit assigns to the port. This allows you to set/clear multiple bits with a single assign, without needing to perform a read/modify/write with and/or logic.

Reply
  • The purpose is exactly as it is described in the user manual of the processor - to control which I/O pins that will be affected when you make 8-bit, 16-bit or 32-bit assigns to the port. This allows you to set/clear multiple bits with a single assign, without needing to perform a read/modify/write with and/or logic.

Children