Author Topic: ADC in LM3S811  (Read 10351 times)

Offline Unmesh

  • Newbie
  • *
  • Posts: 5
    • View Profile
ADC in LM3S811
« on: June 13, 2011, 01:14:30 PM »
Hi Mark,
              How can i read all ADC channels including chip internal temperature at a regular interval.
Regards
Unmesh

Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3234
    • View Profile
    • uTasker
Re: ADC in LM3S811
« Reply #1 on: June 13, 2011, 04:42:58 PM »
Umesh

Take a look at the following post: http://www.utasker.com/forum/index.php?topic=938.0

This should show how this can be performed.

Note that the internal temperature can be read by selecting ADC_CHANNEL_0_INTERNAL_TEMP instead of ADC_CHANNEL_0 (it is possible on all AD channels).

Regards

Mark