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: ADC Management

Part Number: MSPM0G3507
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

I'm developping a new project where i'm trying to use ch0 and ch1 of ADC0.

I've enabled the software trigger source and i've implemented a routine to read the sampled data for each channel.

This routine just start the sampling process for ADC0 and STOP it at the end.

Between start and stop i would like to read the sampled data for ch0 and ch1 using the function "DL_ADC12_getMemResult" with channel id parameter.

How can i understand whe the sampled data is ready in the memory register? Is there a function to read, in polling mode [so no interrupt], if the data has bveen uploaded in the memory address?