STM32F769NI - Discovery, Issue Displaying Pictures on LCD Saved on SD Card
I recently purchased a STM32F769NI MCU Discovery Kit. The kit is brand new, and I was looking to run the example display application "LCD_PicturesFromSDCard" from the most recent version of STM32CubeF7 software package. I downloaded the most recent version of STM32CubeF7 (1.17.0) as well as the most recent patch (1.17.1). I compiled the "LCD_PicturesFromSDCard" project in Keil uVision5 changing the optimization level to 0 and changed the defined processor symbol from "USE_STM32F769I_DISCO" to "USE_STM32F769I_DISCO_REVB03".
As instructed via the readme.txt for this specific example application, I created a "Media" directory under the empty micro SD card root, and copied the 5 .bmp images provided in the sample application to the micro SD. I then connected the micro SD to the STM32F769NI MCU Discovery Kit and tried to run the application to display the photos with no success. The error of no bitmap files is consistently debug outputted to the display. I repeated the process using a micro SD from a different manufacturer, still with no success.
I tried altering the name of the media file, putting the files directly at the root, changing the example from the cub to look in different folders/places/the root of the SD card, but kept running into the same issue. I also noticed that the SD card never seems to mount correctly, it never identifies any files or folders when loaded using the example when inspecting via debug.
Does anyone have any insight into this issue/has anyone had to fix this before? Is this a common issue? Looking to gauge if similar issues have been observed in the past, or if I am missing something during set up. Thank you.


