hello
i am working on a project using stm32f205, i am using the file system component v6.6 to access an sdcard connected to the MCU via SDIO interface.
the sdcard reader i am using dont have card detection switch, so i have to check every time if the card is present in the reader.
is there any function in the file system component v6.6 that let me do this process.
thanks