Example of using block device class for creating a FAT file system via block device with is used to access a SD/MMC card via SD/MMC interface on DISCO_F746NG
Dependencies: BD_SD_DISCO_F746NG
Fork of DISCO-F746NG_BLOCK_DEVICE_SDCARD by
Example of using block device class for creating a FAT file system via block device to access a SD/MMC card via SD/MMC interface on DISCO_F746NG development board. This block device API provides an interface for access to block-based storage. You can use a block device to back a full file system or write to it directly. More about Block Devices
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:7f991a3d4e71 | 2018-04-04 | roykrikke | Code Style & Formatting |
2:993735af824b | 2018-03-24 | roykrikke | First release |
1:ffacc9d0b308 | 2018-03-24 | roykrikke | Added license in main.cpp |
0:4cdf28a602a8 | 2018-03-24 | roykrikke | First release |