Good morning,
I usually work with BLE and NFC so my technical knowledge about certains MSP430 is limited. We will be using MSP430FR5969 for our project.
1) Theoretically, if I run the MSP430 @ 1MHz, it should present approximately 100 uA of current consumption. Am I right?
2) However, when accessing code in FRAM, my application will require more current, up to a total of 370 uA for code execution. Am I right?
Both questions above consider the datasheet values, page 18.
3) Theoretically, I can set the MSP430 in LPM3 with the ACLK being feed by the 32 kHz oscillator. While in this mode, I want to do ADC conversions. I think I spotted the value in the datasheet for this, and I would require, according to the datasheet, around 180 uA (section apartat 5.12.5.4). Amb I right?
4) I have not been able to identify how much power I will require to write to FRAM the previous value from ADC. We want to do some log. Can anybody help providing this value?
5) Would the value in 4) be lower if DMA is employed? Is there a value for this situation? This way I would be able to calculate the energy savings, My plan is to do incremental DMA addressing, indicated as possible in the family user guide, page 330, to do the value log.
I'm asking all this because we wanna know if MSP430 powered by a harvesting source providing aprox. 110 uA will be able to run the code above. So final question:
6) What is your opinion? :)
Have the nicest day!