
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
Revisions of main.cpp
Revision | Date | Message | Actions |
---|---|---|---|
3:7f991a3d4e71 | 2018-04-04 | Code Style & Formatting | File Diff Annotate |
2:993735af824b | 2018-03-24 | First release | File Diff Annotate |
1:ffacc9d0b308 | 2018-03-24 | Added license in main.cpp | File Diff Annotate |
0:4cdf28a602a8 | 2018-03-24 | First release | File Diff Annotate |