F746NG fatfs and micro sd example

Dependencies:   BSP_DISCO_F746NG FatFS mbed

This is a quick and dirty example about how to use micro sd card module with FatFs on STM32746G Discovery board. I simply use the FatFs library downloaded with DFP for STM32F7. The project shows how to read PPM image file from sd card, display on LCD and writing image to sd card.

Changes

RevisionDateWhoCommit message
2:19c2835ce409 2018-02-04 buyukesmeli Color and output image bugs are fixed default tip
1:28e2f24b11b3 2018-02-03 buyukesmeli Second Commit
0:020195991898 2018-02-03 buyukesmeli Initial Commit