How do I access the static backup RAM?

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
Philosophix
Posts: 24
Joined: Wed Jan 02, 2019 11:45 am

How do I access the static backup RAM?

Post by Philosophix » Thu Jan 03, 2019 1:26 pm

I need to keep a python integer in backup RAM so it's not lost on power down. How do I access that? The stm-library has maybe something to do with it, but I can't find any docs on it.

Post Reply