Electronic – msp430 and LiFePo4 cell as supply

cell-batterymsp430power supply

I want to use a LiFePo4 cell as a supply for the msp430. For this purpose TI developed the TPS61221. I'm wondering if that's really needed if I can guarantee that the cell voltage is between 2 and 3.6V? Is it a problem if the supply changes its voltage? I know the frequency probably changes linearly with the voltage, but apart from that, are there any other problems?

I'm aware that it's probably a good idea to use this IC but I also want a very cheap solution for my msp430. Could you elaborate a bit on this topic? (For example: I want to measure the voltage of a cell using the same cell also as a supply, is there a ground problem if I don't have this IC?)

Thanks

Best Answer

If you're confident that the battery voltage remains within the MSP430's specs you don't really need the regulator, but I would recommend to use one to have a clean power supply voltage. In any case, be sure to have a look at other components the MSP430 connects to. For instance when you drive a MOSFET the gate voltage may be below pinch-off and the FET won't do its job.
(I don't quite remember the specs, but I once tested how low the MSP430 would go, and found that it still worked at 1.3V. Don't take this value as a reference, though. Always refer to the datasheet!)

If you want to measure the battery's voltage you'll need an ADC reference voltage that's independent of that. For instance use an LDO to create a fixed ADC reference voltage of 2V, and divide the battery voltage by two before applying it to the ADC (to make it lower than the reference)