How to write and read data on a SD card with TouchGFX ?
Hi.
I am using a Discovery kit F769I Disco and its included touchscreen.
I am struggling to write and read data from an external SD Card using TouchGFX. Indeed, I want to create an interaction using 2 buttons where it either creates a text file on my sd and writes data in it or reads data from an existing text file.
So far, this has worked using the Simulator because it doesn't use the microSD card.
However, it doesn't work when I run the code on the board : I am using the flow operators (>>) to write and read data.
I tried writing and reading data only using STM32CubeIDE (without the graphical interface) and it works because I am using the functions present in the FATFS library.
How could I make it work in TouchGFX ?
Thank you for reading.
