how much data remain in nandflash across unexpected power losses?

26 views
Skip to first unread message

flame

unread,
Feb 6, 2012, 10:17:06 PM2/6/12
to uf...@googlegroups.com
An example: I want to write "abcdefg" into a nandflash.Power off when I write "d".I want to know whether or not the string "abc" is  in the nandflash.
Thanks all!!

rogerz

unread,
Feb 7, 2012, 3:26:45 AM2/7/12
to uf...@googlegroups.com
On Tue, Feb 7, 2012 at 11:17 AM, flame <caoche...@163.com> wrote:
An example: I want to write "abcdefg" into a nandflash.Power off when I write "d".I want to know whether or not the string "abc" is  in the nandflash. 

There are two steps.
1. Writing "abcdefg" to page buffer in memory
2. Flush buffer to nandflash 
If you power off at first step, nothing on flash.
If second step, the page will be invalid. Although 'abc' is written, you can not read it normally.
--
rogerz

caocheng0705

unread,
Feb 7, 2012, 7:43:41 PM2/7/12
to uf...@googlegroups.com
Thanks rogerz! I got it.
--
You received this message because you are subscribed to the Google Groups "UFFS" group.
To post to this group, send email to uf...@googlegroups.com.
To unsubscribe from this group, send email to uffs+unsub...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/uffs?hl=en.


Reply all
Reply to author
Forward
0 new messages