Hello,
I'm in the design phase of my project and I'm studing the possibility to use a MSP430 uC. Other candidats uC for trhe moment are silicon labs C8051F931 (8 bits but single cell power supply ) and EMF32 (ARM M3).
The uC i'm looking for must have :
1- a footprint < 4 x 4 mm = 16 mm^2
2- Very low power internal Oscillator. I have no place for a crystal
3- Power consumption < about 8 uW on battery
My application use mainly the Sleep mode (with Clock) anf the ADC to read the voltage output of a sensor (0 < Vout < 1V).
I need to measure the sensor voltage with a sampling frequency of 200 sps. The uC uses its sleep mode w/RTC to Wake-up every 5 ms.
After a Wake-up the uC will Enable the internal voltage reference and make one ADC measurement . If the read voltage is higher than Vthreshold (0.5V for examaple) then the uC must set a Digital Port IO to high during 1 ms.
Several msp430 in DSBGA package meet the footprint requirement and the Crytal-less requirements.
The MSP430F5528 is a good candidat but its LPM3 current is high (> 1uA) compared to MSP430F2274.
The main issue with the msp430 is the settling time of the internal Vref. It's 30 us for the F2xx and 75 us for F5xx.
During the settling time the internal Vref alone consumes 100 uA. The average current for Vref is > 75 us x 200 sps x 100 uA = 1.5 uA --> 4.5 uW (@3V) . If I add the LPM3 curent of 1.5 uA then I have 9 uW without even making ADC measurements.
Any idea about the measurement stability (precision is less important) if I don't respect the 75 us settling time before starting ADC conversion ? Can I suppose the Vref will still warm during the LPM3 5 ms sleep and avoid the 75 us wait time for every conversion ?
Is there a msp430 with a better ADC/VRef performance ?
Kind regards,
Yaz