Call functins located in RTC Memory from setup()/loop().
Posted: Fri Oct 21, 2022 12:31 pm
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?
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?