Use External Flash (QSPI) for CubeAI weights
Hi all,
I would like to ask if there is a suggested procedure to move the network weights, the one generated inside network_data.h, to external memory-mapped QSPI FLASH.
I've already moved both input/output data and activation to external SRAM, but I'm facing with a compile time error when I do the same with weights (initializer element is not constant).
Before start changing things to solve it, maybe someone of you can help!
I've analysed the example FP-AI-VISION1, but it seems to move only input/output data and activations, not weights.
Thank you and kind regards.
