Skip to main content
TLaur.3
Associate II
December 7, 2022
Solved

Avoid reflash assets in QSPI if not needed

  • December 7, 2022
  • 2 replies
  • 1113 views

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

This topic has been closed for replies.
Best answer by Pavel A.

Create another project configuration that only refers to data in the flash but does not initialize it.

2 replies

Pavel A.
Pavel A.Best answer
Super User
December 7, 2022

Create another project configuration that only refers to data in the flash but does not initialize it.

TLaur.3
TLaur.3Author
Associate II
December 7, 2022

Thanks for your response ! I will try that