Hi There ,
  I am working with the LPC2468  board and i will like to find out from you
if you have any idea how to read the ADC value and set PWM in C code not on
the command line.
For the ADc read i have this piece of code which i am not sure it will work.
# define adadc 0XE0034004
int ADC_read()
{
  int val;
   val = adadc;
 return va;
}
Please do you know if this piece of Code will return me the value of at the
output of the adc.
Thanks alot for your help if you can

On Fri, Mar 20, 2009 at 5:24 PM, David Howells <[email protected]> wrote:

> Lee Schermerhorn <[email protected]> wrote:
>
> > I just want to point out [again :)] that removing the ramfs pages from
> > the lru will prevent them from being migrated
>
> This is less of an issue for NOMMU kernels, since you can't migrate pages
> that
> are mapped.
>
> David
> _______________________________________________
> uClinux-dev mailing list
> [email protected]
> http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
> This message was resent by [email protected]
> To unsubscribe see:
> http://mailman.uclinux.org/mailman/options/uclinux-dev
>
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to