Sram Use; Wi-Fi Drivers - Rabbit RabbitCore RCM5400W User Manual

C-programmable wi-fi core module
Table of Contents

Advertisement

The
USERBLOCK_CLEAR.C
tents of the user block that you are using in your application (the calibration constants in
the reserved area and the ID block are protected).

5.2.4 SRAM Use

The RCM5400W module has a battery-backed data SRAM and a program-execution
SRAM. Dynamic C provides the
placed into the battery-backed SRAM. The compiler generates code that maintains two
copies of each protected variable in the battery-backed SRAM. The compiler also generates
a flag to indicate which copy of the protected variable is valid at the current time. This flag
is also stored in the battery-backed SRAM. When a protected variable is updated, the
"inactive" copy is modified, and is made "active" only when the update is 100% complete.
This assures the integrity of the data in case a reset or a power failure occurs during the
update process. At power-on the application program uses the active copy of the variable
pointed to by its associated flag.
The sample code below shows how a protected variable is defined and how its value can
be restored.
main() {
protected int state1, state2, state3;
...
_sysIsSoftReset();
The
keyword may also be used instead if there is a need to store a variable in
bbram
battery-backed SRAM without affecting the performance of the application program. Data
integrity is not assured when a reset or power failure occurs during the update process.
Additional information on
User's Manual.

5.2.5 Wi-Fi Drivers

Complete information on the Wi-Fi libraries and function calls is provided in Chapter 6.
Additional information on TCP/IP is provided in the Dynamic C TCP/IP User's Manual.
50
sample program shows you how to clear and write the con-
keyword to identify variables that are to be
protected
// restore any protected variables
and
bbram
protected
variables is available in the Dynamic C
RabbitCore RCM4400W

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the RabbitCore RCM5400W and is the answer not in the manual?

Questions and answers

Table of Contents