|
STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
|
This file contains the SD card FatFs file system implementation, including SD card mount and unmount operations. More...
Go to the source code of this file.
Functions | |
| bool | SdCardMount (void) |
| Mount the FatFs file system on the SD card by linking the disk I/O driver and mounting the default logical drive. More... | |
| void | SdCardUnMount (void) |
| Unmount the FatFs file system from the SD card and unlink the disk I/O driver. | |
Variables | |
| static char | sdPath [4] |
This file contains the SD card FatFs file system implementation, including SD card mount and unmount operations.
STM32 Bootloader
Definition in file sd_fatfs.c.