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

Dependents:   ItWorks

Fork of DISCO-F746NG_BLOCK_DEVICE_SDCARD by Roy Krikke

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

http://www.st.com/content/ccc/fragment/product_related/rpn_information/board_photo/group0/ea/c4/6d/73/c3/f5/46/e2/stm32f746g-disco/files/stm32f746g-disco.jpg/_jcr_content/translations/en.stm32f746g-disco.jpg

Changes

RevisionDateWhoCommit message
3:7f991a3d4e71 2018-04-04 roykrikke Code Style & Formatting default tip
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