Question
Is there any way to initialize the SD card interface without a SD card being present?
The HAL SD Card initialization routines queries the uSD Card for various pieces of information
in the initialization routine. If a uSD card not present, the initialization fails. Further, this means that it is not possible to remove and replace the uSD card once the device has started running.
I'm using a STM32F429 device. Is anybody aware of a workaround for this limitation?
