Page 1 of 1

Assign queue/list to rtc memory

Posted: Mon Jan 10, 2022 12:26 pm
by Barneybear
Hi all, i wish to assign a small int stack to be used ideally with queue or a list to rtc memory. Can anybody tell me please if assigning queue or a list to a specific memory address is possible. I wish to collect a small dataset that can survive a soft reboot without the need for additional hardware.
Thank you for your consideration.

Re: Assign queue/list to rtc memory

Posted: Mon Jan 10, 2022 8:39 pm
by karfas
Have a look at https://github.com/karfas/upy-esp32-lib.

Most likely you will need to adapt this a little for the ESP8266 (I have no 8266 to test this).

Re: Assign queue/list to rtc memory

Posted: Tue Jan 11, 2022 10:20 am
by Barneybear
Thank you karfas