Part Number: MSPM0G3507
Other Parts Discussed in Thread: SYSCONFIG
Hi!
Is that even possible to run ADC measurement from timer cyclically without re-arming ADC manually or via DMA?
I see only examples for one-shot measurement for timer.
I try to configure it myself and:
- when ADC is in Repeated Mode I have measurement (ADC12_0_INST_IRQHandler called) every 76uS, so ADC runs by itself after first Zero event;
- when ADC is not in Repeated Mode I have only single measurement from Timer Zero event.
Here is examples of SysCfg and the code: examles.zip
In Repeated Mode bit ENC is always "1", so ADC is running by itself after first trigger.
In Non-Repeated Mode ENC bit is cleared after first measurement so next measurement can't start.
