STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
SdFatFs

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]
 

Detailed Description

Function Documentation

◆ SdCardMount()

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.

Returns
True if the file system was mounted successfully; otherwise false.

Definition at line 36 of file sd_fatfs.c.

Variable Documentation

◆ sdPath

char sdPath[4]
static

SD logical drive path used by the FatFs middleware.

Definition at line 33 of file sd_fatfs.c.