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.

CCS/RM48L952: ADC Group Priority

Part Number: RM48L952

Tool/software: Code Composer Studio

Hi all,

If a lower priority group is taking a one shot conversion on ADC 1 ( es Group 2), and Group EVT has a trigger for Start a new conversion, can Group EVT force Group 2 in freeze, start conversion and then release Group 2, when finished, or Group EVT wait running converison evenif has higger priority ? 

best regards
Ing Giuseppe Monteleone 

  • Hi Giuseppe,

    Suppose G2 is configured as freezable and is in a single-shot conversion sequence. If a new conversion is triggered for any other conversion group, the G2 conversions will be stopped after the current channel conversion is completed and the ADC will switch to converting the new conversion group. Once this new conversion group single sequence is done, the ADC will switch back to G2 and complete any remaining conversions in G2.

    Regards, Sunil