Search found 1 match

by bastelaxel
Fri Oct 21, 2022 12:31 pm
Forum: General Discussion
Topic: Call functins located in RTC Memory from setup()/loop().
Replies: 0
Views: 662

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

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?