Hello,
I am working on ESP32 with microEJ platform.
We added a PSRAM, and we would like to use the PSRAM to put the microejruntime.
Now, the microejruntime is in the internal ram, as defined in the esp32.project.ld.in file, in the section .dram0.bss
*(ICETEA_HEAP)
*(_java_heap)
*(_java_immortals)
But how to configure the things to make microej going to external PSRAM?
Best regards
Benoit.
Otodo