Lines Matching full:ram
7 persistent RAM. By persistent RAM we are referring to memory which is not
24 Persistent RAM Placement
26 Persistent RAM is typically provided through specially carved out linker script
70 Persistent RAM Lifecycle Management
72 In order for persistent RAM containers to be as useful as possible, any
73 invalidation of persistent RAM and the containers therein should be executed
75 are initialized in RAM.
77 The preferred way to clear Persistent RAM is to simply zero entire persistent
78 RAM sections and/or memory regions. Pigweed's persistents containers have picked
87 1. Do not instantiate regular types/objects in persistent RAM, ensure integrity
93 3. Always erase persistent RAM data after software updates unless the
97 4. Consider zeroing persistent RAM to recover from crashes which may be induced
98 by persistent RAM usage, for example by checking the reboot/crash reason.
99 5. Consider zeroing persistent RAM on cold boots to always start from a
103 reboot as a signal to zero all persistent RAM on the next boot to emulate