Team,
On behalf of our customer:
The MSP430FR2110 has only one timer, we use it for PWM output with a PWM frequency of about 1KHz. We also need a clock tick at about 50ms to wake the part up and check a voltage on A4. We can put a counter in the Timer overflow interrupt routine that would do an AD conversion when it reaches a certain value but it would be really handy if we could use the RTC to trigger an analog to digital conversion. Since we are using the internal clock already, can you give me some pointers on how to set up the RTC (if this is possible)???
- Using internal clock
- Trigger ADC every 50ms
Thanks!
CY