cancel
Showing results for 
Search instead for 
Did you mean: 

Avoid reflash assets in QSPI if not needed

TLaur.3
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
Pavel A.
Evangelist III

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

View solution in original post

2 REPLIES 2
Pavel A.
Evangelist III

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

TLaur.3
Associate II

Thanks for your response ! I will try that