Search found 1 match
- Sat Jan 14, 2023 11:38 pm
- Forum: ESP-IDF
- Topic: Experiement to load/execute compiled C code into RAM
- Replies: 9
- Views: 13632
Re: Experiement to load/execute compiled C code into RAM
Hi. I am interested in loading and executing the code from memory. I've been experimenting a bit with the things that can be done with code loaded into esp32 memory. But I found some behavior that I don't understand. <Problem description> All variables that are not allocated locally seem to not work...