May 11, 2007 #1 R ricky_wcy Junior Member level 3 Joined May 22, 2005 Messages 29 Helped 1 Reputation 2 Reaction score 1 Trophy points 1,283 Activity points 1,537 Is it enough to use 8x1Mbit flash memory to store all the following data 1. Total data = 200 2. Each Data format = Year (4 digit) + Month (2 digit) + Date (2 digit) + No.of count (5 digit) 3. All digits are in decimal
Is it enough to use 8x1Mbit flash memory to store all the following data 1. Total data = 200 2. Each Data format = Year (4 digit) + Month (2 digit) + Date (2 digit) + No.of count (5 digit) 3. All digits are in decimal
May 21, 2007 #2 F fobyellow Junior Member level 3 Joined Sep 30, 2004 Messages 26 Helped 1 Reputation 2 Reaction score 1 Trophy points 1,283 Activity points 191 should be enough
May 21, 2007 #3 I IanP Advanced Member level 7 Joined Oct 5, 2004 Messages 7,929 Helped 2,311 Reputation 4,624 Reaction score 531 Trophy points 1,393 Location West Coast Activity points 66,416 (4+2+2+5) * 200 => 2600 (bytes) or half of it if you put each digit into one nibble (2 nibbles per byte) .. Size required: 2.6k x 8 Available: 8M x 8 Regards, IanP
(4+2+2+5) * 200 => 2600 (bytes) or half of it if you put each digit into one nibble (2 nibbles per byte) .. Size required: 2.6k x 8 Available: 8M x 8 Regards, IanP