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 value from the potentiometer on arm9 based qq2440

Hi all,
I want to read the values from the potentiometer via Compact Framework 2.0 under wince5.0 on arm9 based qq2440 board ?
How can I do this?
Thanks in advance.

Parents
  • Perhaps you question is best directed to a group of people that deal with WinCE?

    I would consult the datasheet for the processor, determine the ADC registers are and what is required to initialize the ADC, and go from there. I have never used Wince, so the process may be a bit different, like calling some API function to init the ADC and then another API function to get data.

    Consult the appropriate MSDN article or MSDN forum.

Reply
  • Perhaps you question is best directed to a group of people that deal with WinCE?

    I would consult the datasheet for the processor, determine the ADC registers are and what is required to initialize the ADC, and go from there. I have never used Wince, so the process may be a bit different, like calling some API function to init the ADC and then another API function to get data.

    Consult the appropriate MSDN article or MSDN forum.

Children