Page 1 of 1

SB72-EX, file persistence, aka saving a file

Posted: Tue Jun 29, 2010 2:53 pm
by ssmethurst
Hello

I have been using the Netburner SB72-EX for about 3 months now as a protocol converter with static settings.

I would like to be able to store a file on the device to hold the running stats and a debug log for exceptions.
I am looking to store around 100-200k of files,

Code: Select all

/*******************************************************************************
 * The following two functions - SaveUserParameters() and GetUserParameters()
 * - allow the user to store and recall up to 8kB of user parameters.
 ******************************************************************************/
Using these two function I could store up to 8k on the file system, not quite enough.

Suggestion, pointers, ?

Re: SB72-EX, file persistence, aka saving a file

Posted: Tue Jun 29, 2010 4:02 pm
by rnixon
The SB700EX has an SD Flash card slot. You could rebuild you app for that product and store all the files you want using the embedded flash file system.