SB72-EX, file persistence, aka saving a file

Topics for the Eclipse Environment
Post Reply
ssmethurst
Posts: 4
Joined: Tue Jun 29, 2010 2:25 pm

SB72-EX, file persistence, aka saving a file

Post 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, ?
rnixon
Posts: 833
Joined: Thu Apr 24, 2008 3:59 pm

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

Post 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.
Post Reply