Problem with stm32h747i_discovery.c
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-11-06 9:31 AM
The function int32_t BSP_SD_Init(uint32_t Instance) (which I believe is the first thing to call to initialise access to the SD card on the STM32H747 Disco board) attempts to check if card detected on line 160. However the pin that is used as card detect isn't initialised until line 177, SD_MspInit(&hsd_sdmmc[Instance]). As it happens it doesn't really matter as the card is detected as present with the default setting for this pin (PI8) and the initialisation proceeds!
Labels:
- Labels:
-
STM32Cube MCU Packages
-
STM32H7 Series
This discussion is locked. Please start a new topic to ask your question.
0 REPLIES 0
