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

This file contains the SD card FatFs file system mount and unmount function prototypes. More...

#include "ff.h"
#include <stdbool.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.
 

Detailed Description

This file contains the SD card FatFs file system mount and unmount function prototypes.

STM32 Bootloader

Author
Akos Pasztor

Definition in file sd_fatfs.h.