bbram Battery back Up RAM RCM6600W

can the RCM6600W utilize the ‘bbram’ for variables ?

ie.

bbram unsigned int data1;

and keep this intact after power is cycled ?

you might want to check Dynamic C User’s Manual
http://ftp1.digi.com/support/documentation/019-0167_L.pdf

See page 198
IMPORTANT: bbram does not provide data integrity; instead, use the keyword protected to ensure integrity
of data across power failures.

1 Like

might also want to look at this

http://www.digi.com/support/forum/56825/stored-in-sram-rcm6700

1 Like