STM32G474E EVAL1 Demo SD Card issue
Hello,
I tried to execute the demo for the STM32G474E EVAL1 explained in this document : STM32CubeG4 STM32G474E-EVAL demonstration firmware - User manual.
But, I have an error when the board tries to display the pictures which are on the SD card.
I got " Error popup resource file missing please update sd card content".
I checked the SD card and my files are well in the right directory.
I tried with two different SD cards and I have the same issue.
When I checked with the debugger, I have the impression that is a problem during the initialization of the SD card during the call of SD_GoIdleState()
But now I have no idea to go further in my investigation.
So I search some help to solve my issue

