Question
I am using X-cube-AI to generate C code for my ML model. But the resulting constant data is larger than my flash, I'm using F7 with 2MB flash.
How do I run larger ML models (greater than 10MB)? Is interfacing external ROM with QSPI and memory mapping it alone sufficient?
Can I use an SD card instead? Can the memory card be memory mapped to internal flash?
Can I paste the weights on the memory card using my PC and have the ML model request the SDMMC everytime it needs to access some data?
