Associate
March 5, 2023
Solved
[TouchGFX] How to use qspi flash memory in already setted touchgfx project
- March 5, 2023
- 5 replies
- 3524 views
Hello, I'm using stm32h750b-dk and I created an user interface with TouchGFX. This UI gets some user inputs and evaluting some results with that inputs. Here is my question is how can I save this user inputs and some config variables to qspi flash memory ?, and is the auto-generated touchgfx stm32 project already creates the qspi interface and driver?
This variables must be non-volatile if there is another method to do that I can go with that, I'm very open the suggestions.
Thanks