cancel
Showing results for 
Search instead for 
Did you mean: 

Fatfs on external flash

96721
Associate
Posted on March 24, 2015 at 14:21

Hi All!

I have a task to connect external flash with SPI interface to stm32f4xx. After that, I have to make fatfs on this flash. 

Could anybody help me to find an example for doing this? 

Thanks in advance for your help!!!!
1 REPLY 1
Posted on March 24, 2015 at 17:20

Well there are SPI Flash and FatFs examples in the firmware libraries. You'll still have to own the integration, and deal with whatever flash erase block size issues there may be.

\STM32F4xx_DSP_StdPeriph_Lib_V1.4.0\Project\STM32F4xx_StdPeriph_Examples\SPI\SPI_FLASH

\STM32F4xx_DSP_StdPeriph_Lib_V1.4.0\Utilities\Third_Party\fat_fs\src

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..