2024-03-14 03:44 AM
I am using STM32H747-DISCO with the FP-AI-VISION1 package, I have updated my drivers and solved the screen problem. Now I am facing an issue with the SD card. It is given that an SD card with class 10 is recommended, I am using SanDisk Ultra microSDHC class 10. While testing it shows SD is not detected, I don't know what the problem is, SD is working fine with my PC. Please help me out.
2024-03-26 08:41 AM
I have the exact same issue, on my STM32H747I-DISCO board (revision D03) using the same Sandisk 32 GB SDHC Ultra Micro-SD card (model number SDSQUA4-032G-GN6MA) that you show on the picture.
I have tried the SD card example program described in this tutorial, with some modifications suggested in the user forum:
After these changes, the example program worked and formatted the SD card to FAT32 and then wrote a text file to it.
But when I instead compiled and flashed the STM32H747I_DISCO_PersonDetect_MobileNetv2_CM7 binary from FP-AI-VISION1_V3.1.0, I also got the message "Error. SD card not detected" when I tried to enter the "Frame Capture" mode and select RAW or BMP file format.
I have tried combinations of the following, with no success:
Any help would be appreciated!
2024-03-30 01:27 AM
Thank you for the information, SD card is detected in BSP example which is used to test the drivers, I think we should mimic library files related to SD to get success.
Try C:\Users\User\STM32Cube\Repository\STM32Cube_FW_H7_V1.11.1\Projects\STM32H747I-DISCO\Examples\BSP project to check SD card once.
2024-04-05 04:24 AM
Thank you for the advice!
I opened the BSP directory of STM32Cube_FW_H7_V1.11.1 as shown in the project explorer below:
I compiled both the CM4 and CM7 projects and programmed them via ST Link (CM4 first), but the result is that the LCD screen of the STM32H747I-DISCO is filled with random noise and I cannot interact with the demo. Do I need to update some LCD drivers to make it work, or is there something else missing?
2024-04-08 12:55 AM - edited 2024-04-08 12:58 AM
Hi @magnus_lindhe,
Check this post Solved: STM32H747I-DISCO BSP Example 1.11.0 doesn't display on LCD screen, it may contain the same issue (with fix) as the one you reported.