Tool/software:
Hello TI team
My name in Michele (Italy). I'm using the MSPM0C1103-Q1 for a project of my company.
I would like to use the ADC without using interrupt (which is triggered when the convertion is ended and the result is ready into the register).
I would like to use ADC module in this way:
- I'm in main routine;
- an ADC convertion is started;
- wait (in main routine) that EOC flag is setting by ADC (I read EOC flag in polling mode);
- when EOC=1 (convertion is ended), I read the result in a specific register;
The points 1,2,3 and 4 are made in "main" routine and no interrupt sobroutine is used. Is it possible to do this thing with the MSPM0C1103-Q1?
If yes, can you send me an example that shos this thing? In all TI examples (I could saw), ADC converter is always used with interrupt routine.
Thank you for your support.
Regards
Michele