Other Parts Discussed in Thread: MSP430F5438
We are going to make a board that measures the battery voltage every five seconds.
So we want to turn the LED on when the measured voltage drops below 3.0 volts.
We are going to use LPM4 to minimize battery power consumption.
("LPM4 : Wait" ↔ (5sec) ↔ "Active Mode : Battery Check")
We are using the MSP430 for the first time. So it is the first ADC function.
So we designed a circuit with this purpose as follows.The operating environment is as follows.
(1) Vin_max = DC 3.6V
(2) ADC Vref = 2.5 V
(3) Detection voltage: DC 3.0V
We are curious about the following.
Q1. When using LPM4, what is the advantage of using Vref?
External REF. / 2.5V / 2.0V / 1.5V ...?
Q2. If the most advantageous method when using LPM4 is Vref = 2.5V,
Can I design the MCU peripheral circuits (VEREF +, VEREF-, AVCC1, AVSS1) as above?
Q3. We selected the R25 and R30 to be 2.5V (ADC Vref) when Vin_max = 3.6V.
Is this the right way?