Part Number: MSP430F2272
Hi!
I'm interfacing my MSP430F2772 micro-controller with the following devices:
| Component | Resolution |
| Temperature sensor | 14-bit |
| Magnometer + Accelometre | 14-bit |
| Pressure sensor | 24-bit |
| RTC | Below |
And a time stamp which consists of day/month/year hour/minute/second they are all in different registers (8-bit) from RTC chip (RV-8803-C7) so I'm assuming that the total resolution to save this is then 6 byte.
Is this assumption correct?
My main question is that I have a flash memory with size of 64 Mbit (AT45DB641E).
How many samples of these sensors can I store on this memory?
I'm calculating like this (64*10^6/)(14+14+24+6*8)= 640k samples
Is this a correct assumption that I can save so many samples in the memory?