2024-04-09 10:46 PM - last edited on 2024-04-10 12:33 AM by SofLit
Sorry, are there has a pin call or used for SD_detect in Stm32l431rct6? I can not find in STM32L431xx Datasheet - production data. These has no mention.I do not know which pin(SD-Detect)should i choose for GPIO_Input of the FATS.
Solved! Go to Solution.
2024-04-09 11:56 PM - edited 2024-04-12 10:13 AM
Hello,
You can use any GPIO pin for that. It’s not a part of the SDIO peripheral.
You can refer to any SD BSP driver like this one from L476 Eval board:
You can watch this video on Youtube / especially @5:58
Hope it helps.
2024-04-09 11:56 PM - edited 2024-04-12 10:13 AM
Hello,
You can use any GPIO pin for that. It’s not a part of the SDIO peripheral.
You can refer to any SD BSP driver like this one from L476 Eval board:
You can watch this video on Youtube / especially @5:58
Hope it helps.