Filter löschen
Filter löschen

280049C ADC sampling question

4 Ansichten (letzte 30 Tage)
Xiaoliang Tang
Xiaoliang Tang am 10 Okt. 2022
Kommentiert: leichao zhu am 28 Jul. 2023
Hi!
I'm debugging the ADC module using TI Piccolo F280049C LaunchPad.After the program is downloaded, the result read by the ADC is always 0.Can you help to config where there is a problem with the configuration?
I use CCS to debug the LaunchPad using the generated code,the ADCResult REG remaids 0 all the time
Or can you provide a model that the ADC is working correctly?
Thanks!
  1 Kommentar
leichao zhu
leichao zhu am 28 Jul. 2023
I encountered the same issue, and I noticed that the register address for AdcaResultRegs in the code generated by Simulink is incorrect.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Irene Boben
Irene Boben am 19 Jun. 2023
Hi,
The block configuration looks right. What is the analog input voltage that is given to the ADC pin?
There are two ways to test using a simple mode.
  1. Have just a DAC and ADC in the model. For F280049C launchpad, DAC - A out is internally connected to ADC A0 channel. Run this model in external mode ( "Monitor and Tune") and check whether ADC output is in range with the DAC input
  2. There is shipping example 'ADC-PWM Synchronization Using ADC Interrupt' for F28004x based board as well. This too can be refered.
Hope this helps.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by