QUERY · ISSUE
Is it possible for micropython running on STM32 to expand memory through PSRAM?
port-stm32
Is it possible for micropython running on STM32 to expand memory through PSRAM?
Thanks for your help.
CANDIDATE · ISSUE
How to tailor the micropython firmware running on STM32F401VC
port-stm32
In order to store my library in flash instead of splash, I need to crop the micropython firmware so that it is <=200K, and repl is not required, what should I do?
Thanks for your answer