STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
sd_fatfs.c File Reference

This file contains the SD card FatFs file system implementation, including SD card mount and unmount operations. More...

#include "sd_fatfs.h"
#include "log.h"
#include "sd_diskio.h"
#include "sdmmc.h"

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]
 

Detailed Description

This file contains the SD card FatFs file system implementation, including SD card mount and unmount operations.

STM32 Bootloader

Author
Akos Pasztor

Definition in file sd_fatfs.c.