2024-01-27 12:57 AM
Hi I am using an STM32F746G DISCO board, I need to read some data from the SD card and then visualize them on the display and afterward, I need to send those data using SPI to the FPGA board, So I need some help insights related to this to achieve this target. I look at some UART examples but I need SPI communication in this case.
2024-01-27 05:12 AM
Look at the SPI examples for that board.
2024-01-27 05:18 AM - edited 2024-01-27 05:19 AM
What help, exactly, do you need?
What have you tried? Where are you stuck?
You seem to have successfully identified the things you need to do:
So can you do each of those separately?
In No 3, is the STM32 the master or slave? There should be examples of using the SPI - certainly with the STM32 as Master...
2024-01-28 12:36 AM
yeah i read the data from the SD card usuign fatfs , now I need to display them to screen as scrollable list and when I select that particular item I need to send that to a slave device using SPI so I am stuck at 2 and 3
2024-01-28 12:37 AM
i ll look in to this as well, thank you so much
2024-01-29 02:12 AM
@sasmithadilshan wrote:I am stuck at 2 and 3
So start with 2 first.
Have you selected a graphics library/framework?
eg,
https://www.st.com/content/st_com/en/ecosystems/stm32-graphic-user-interface.html