My first try at implementing Digital Frame using STM32 Cortex M3 processor. Using Keil IDE and STM32VLDISCOVERY as ST-Link for programming. The prototype device is HY-Smart STM32 board. The FAT 32 file system on the SanDisk 8GB card is read using FatFs library. Luckily, most of code is just copied from the sample code provided with the board.
Download code: Digital Frame using STM32 Cortex M3 and FatFs
Hey, i like your work. So i just bought the HY-Smart STM32 and looked at it and i have a whole bunch of sample codes but most of the instructions are in Chinese which i am translating. You programmed it using the TM32VLDISCOVERY, but is it possible to program it directly through USB?
Ya, Chinese instructions are a big issue. You can program it via USB, but you would need some type of device programmer. I personally ST-LINK is much cheaper and works better than Keil U-Link clones.