2009-01-19 01:18 AM
Static Register
2011-05-17 03:59 AM
Is there a register on the cortex m3 that can be used like static ram?
We would like to find a user registr that retains it value through a process/watchdog reset. Is there such a beast? - chuck2011-05-17 03:59 AM
Why not just use the on-chip RAM...?
2011-05-17 03:59 AM
Have a look at the ''backup registers''. These retain their values through a reset (and power down if battery backed). See the firmware lib for examples.
They are powered from the same supply that powers the RTC.