TI E2E support forums
TI E2E support forums
  • User
  • Site
  • Search
  • User
  • E2E™ design support >
  • Forums
    • Amplifiers
    • API solutions
    • Audio
    • Clock & timing
    • Data converters
    • DLP® products
    • Interface
    • Isolation
    • Logic
    • Microcontrollers
    • Motor drivers
    • Power management
    • Processors
    • RF & microwave
    • Sensors
    • Site support
    • Switches & multiplexers
    • Tools
    • Wireless connectivity
    • Archived forums
    • Archived groups
  • Technical articles
  • TI training
    • Tech days
    • Online training
    • Live events
    • Power Supply Design Seminar
  • Getting started
  • 简体中文
  • More
  • Cancel
C2000™︎ microcontrollers

C2000™︎ microcontrollers

C2000 microcontrollers forum

  • Mentions
  • Tags
  • More
  • Cancel
  • Ask a related question
    What is a related question?
    A related question is a question created from another question. When the related question is created, it will be automatically linked to the original question.
  • Ask a new question
  • Ask a new question
  • Cancel
  • State Resolved
  • Locked Locked
  • Replies 2 replies
  • Subscribers 81 subscribers
  • Views 305 views
  • Users 0 members are here
  • ADC
  • F28031
  • c2000
Support feedback
Options
  • Tags
  • More
  • Cancel
Options
  • Share
  • More
  • Cancel
Related

This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

F28031,the ADC conversion result is not correct

blank flank
blank flank
Prodigy 30 points

I‘m using a TI DSP320F28031 chip, ADC acquisition voltage value and the actual value of the multimeter measurement deviation is very big,

change another slice of chip is also so.

ps:  the program is the Example_2803xADCSOC routines.  What could be the problem? 

-flank

over 13 years ago
  • Cancel
  • tlee
    0 tlee over 13 years ago
    TI__Guru 62975 points

    flank,

    Can you give us a rough estimate of how far the pin voltage deviates from the ADC conversion?  Are you able to use an oscilloscope on the pin during ADC conversion to see if the signal might be drooping while the ADC is sampling?

    -Tommy

    • Cancel
    • Up 0 True Down
    • Cancel
  • blank flank
    0 blank flank over 13 years ago in reply to tlee
    Prodigy 30 points

    Tommy:

    i think i got the problem :  i used an low impedance oscilloscope to sample one pin voltage , and the AD pin perpheral impedance should be 50K ohm or more.

    this should influence the measurement result.

    The other reason should be:

    the SOC S/H Window  which  i set was  not  suitable. It should be:

     AdcRegs.ADCSOC0CTL.bit.ACQPS = 32;

    AdcRegs.ADCSOC1CTL.bit.ACQPS = 32;

    it seems that  the F28031 chip should  better setting like this?

    now use an  oscilloscope on the pin during ADC conversion,

    the signal value is stable.

    In Addition,   

    offset voltage between the pin voltage sampled from the oscilloscope and  the ADC conversion  is about 10mV.

    Thanks.

    --flank

    • Cancel
    • Up 0 True Down
    • Cancel