-->
Page 1 of 1

Very Quick Fix "File I/O" For Managing Big Data in Flash

PostPosted: Sat Aug 27, 2016 5:58 am
by raintime
Much simpler than full-blown QBasic-style file I/O, just the ability to manage a large (say, at least 1 megabyte) chuck of absolute addressed flash memory - WriteBlock(start_address , mystring) and ReadBlock(start_address , mystring).

Now the user can keep track of his/her data , which does not get lost. Simple quick fix!

Blocks can be 32 bytes long, starting at address zero, for example..