Validation Model : Failed to build on Cube IDE
Hi community,
I meet an issue when I try to build my project.
I'm trying to implement a tflite ANN on STM32H745XI disco board, and validate him on target.
My model is too heavy to embedded FLASH, so I configure for an external FLASH use thanks to QSPI.
I let ANN model on M4 core, FMC & QSPI on M4 runtime.
Same think for clock configuration, I let M4 & M7 Core clock to 64MHz.
When I build project, compiler found many errors due to FMC and QSPI definition...
Someone have already meet the same situation ?
I tried to move FMC, QSPI & ANN on M7 runtime but fail again...
BR,
Benjamin
