This demo reads a bitmap from a FAT formatted SD-card, copies it to flash and displays it on the screen. The demo is based on the following project: https://os.mbed.com/users/DieterGraef/code/DISCO-F746NG_SDFileSystem/
Dependencies: LCD_DISCO_F746NG TS_DISCO_F746NG mbed FATFileSystem
Fork of DISCO-F746NG_SDFileSystem by
History
Demo that reads a bitmap from SD-card, copies it to flash and displays it on the screen.
2018-04-19, by Lightsource [Thu, 19 Apr 2018 19:59:54 +0000] rev 4
Demo that reads a bitmap from SD-card, copies it to flash and displays it on the screen.
Added lock mechanism for the use in RTOS and solved cache issues.
2016-04-13, by DieterGraef [Wed, 13 Apr 2016 09:54:35 +0000] rev 3
Added lock mechanism for the use in RTOS and solved cache issues.
Solving cache issues.
2016-04-12, by DieterGraef [Tue, 12 Apr 2016 18:16:41 +0000] rev 2
Solving cache issues.
Added a locking mechanism for the SD Fat system for usage in RTOS environment.
2016-04-12, by DieterGraef [Tue, 12 Apr 2016 13:48:45 +0000] rev 1
Added a locking mechanism for the SD Fat system for usage in RTOS environment.
SDFileSystem for STM32F746 Discovery with 4bit SDMMC interface on fixed pins in DMA mode
2016-03-31, by DieterGraef [Thu, 31 Mar 2016 17:43:47 +0000] rev 0
SDFileSystem for STM32F746 Discovery with 4bit SDMMC interface on fixed pins in DMA mode