Page 1 of 1

Call functins located in RTC Memory from setup()/loop().

Posted: Fri Oct 21, 2022 12:31 pm
by bastelaxel
I am using wake stub on ESP32. The code resepective code is stored in RTC memory.
I use PlatformIO as IDE.

Is it possible to call functions located in RTC Memory also from setup()/loop() or is there a way to have a copy in either flash or IRAM?