SB72-EX, file persistence, aka saving a file
Posted: Tue Jun 29, 2010 2:53 pm
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,
Using these two function I could store up to 8k on the file system, not quite enough.
Suggestion, pointers, ?
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.
******************************************************************************/
Suggestion, pointers, ?