Effacer les filtres
Effacer les filtres

280049C ADC sampling question

4 vues (au cours des 30 derniers jours)
Xiaoliang Tang
Xiaoliang Tang le 10 Oct 2022
Commenté : leichao zhu le 28 Juil 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 commentaire
leichao zhu
leichao zhu le 28 Juil 2023
I encountered the same issue, and I noticed that the register address for AdcaResultRegs in the code generated by Simulink is incorrect.

Connectez-vous pour commenter.

Réponses (1)

Irene Boben
Irene Boben le 19 Juin 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