How to put code in the sram but not in the external flash
Posted: Tue Aug 02, 2022 4:04 pm
Hello guys!
My name is Yoni and i am using ESP32 DevKitc MCU, esp.idf, Linux environment.
my main code size is 220KB
esp32 sram is 512KB
i would like to burn all the code on the sram but not in the external flash.
is it possible ?
if so how can i do it?
* may it damage some stuffs because parts of my code contains esp main api functions?
Thanks a lot for everyone,
Yoni
My name is Yoni and i am using ESP32 DevKitc MCU, esp.idf, Linux environment.
my main code size is 220KB
esp32 sram is 512KB
i would like to burn all the code on the sram but not in the external flash.
is it possible ?
if so how can i do it?
* may it damage some stuffs because parts of my code contains esp main api functions?
Thanks a lot for everyone,
Yoni