Page 1 of 1

Analog I/O

Posted: Fri Nov 20, 2009 12:31 am
by xgrunt24
Has anyone done any work with the analog I/O? Has anyone seen any information on how this is done in eVC, what registers to set, how to read write?
Thanks for your time.

Re: Analog I/O

Posted: Fri Nov 20, 2009 1:49 am
by nicolas
You mean the ADC/DAC ?

The registers can be found in the S3C2440 datasheet.
As for accessing them, you can do so with the library included in my LED sample in this forum.

Re: Analog I/O

Posted: Mon Nov 30, 2009 10:30 pm
by xgrunt24
Thank you for your response and code posting. I have downloaded your code but have been very busy lately and have not had time to look through it. I did not know that you could program for the board in VS2005. I will have to look in to that more closely.