2024-01-22 10:31 PM
Hi, I am currently working on a project that requires loading data from an SD card and displaying them in GUI or I need to have another option to send data using SPI, I am using an STM32F746G Disco board to do this, how to approach this one any idea would help to me.
2024-01-22 10:53 PM
Hello @sasmithadilshan
I suggest you start from this application who describes how to display pictures saved in SD card, on LCD.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-01-28 12:38 AM
thank you so much for your reply, I ll look into this I already read the files using FATFS so now I need to visualized them in Dicovery board, that's where now I am currently at
2024-01-28 01:46 AM
Should be some TouchGFX examples retrieving data from memory, files, QSPI, etc