2022-12-07 02:45 AM
Hi,
I have a touchGFX project that requires many images that use about 20MB of QSPI.
So flash the project on the card from CubeIDE take about 2-3min each time.
I wan't to know if it's possible to avoid rewrite assets if it's not needed ?
Thanks
Solved! Go to Solution.
2022-12-07 04:33 AM
Create another project configuration that only refers to data in the flash but does not initialize it.
2022-12-07 04:33 AM
Create another project configuration that only refers to data in the flash but does not initialize it.
2022-12-07 05:28 AM
Thanks for your response ! I will try that