|
STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
|
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] |
| 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.
Definition at line 36 of file sd_fatfs.c.
|
static |
SD logical drive path used by the FatFs middleware.
Definition at line 33 of file sd_fatfs.c.