Re: Battery Saved RAM on RCM6700
| Newsgroups | gmane.comp.hardware.rabbit-semiconductor |
|---|---|
| Message-ID | <[email protected]> |
Use the "bbram" qualifier before your data declaration. It tells the compiler to place the variable in Battery-Backed ram. Also see sample program at C:\DCRABBIT_10.72\Samples\RestartVars\BatteryRAM bbram int myvar; Steve