Is it possible for micropython running on STM32 to expand memory through PSRAM?
Is it possible for micropython running on STM32 to expand memory through PSRAM?
Thanks for your help.
Use SDCard as external heap for mbedTLS
I just wonder If it possible to use SDCard as an external heap memory for some features like mbedTLS or even Micropython heap. This feature seems to be something like ReadyBoost feature of Microsoft (I know ReadyBoost acts differently but it was the most similar thing that I could remember). The main reason behind this is in some countries access to a suitable PSRAM for a specific MCU is impossible. For e.g. in our country ESP32 supporting PSRAMs are unavailable in stocks and it is also impossible to ship them from mouser or any other website. I just wonder to know is it possible to make something like this work and If the answer is yes, how much work this might need to be implemented ?