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.

MSPM0G3507: Changing ADC resolution on the fly

Part Number: MSPM0G3507

Tool/software:

Hello.

Changing ADC resolution on the fly but not sure it's working:

DL_ADC12_initSingleSample(ADC12_0_INST,
DL_ADC12_REPEAT_MODE_ENABLED, DL_ADC12_SAMPLING_SOURCE_AUTO, DL_ADC12_TRIG_SRC_EVENT,
DL_ADC12_SAMP_CONV_RES_8_BIT, DL_ADC12_SAMP_CONV_DATA_FORMAT_UNSIGNED);
Is the above enough, or does other magic need to be done to change the resolution ?
Thanks
Phil