Solved
FatFs with SPI Flash porting on STM32 MCU
I would like to implement FatFs on my STM32 MCU with SPI Flash, W25Q16JV.
Is there a sample code for this? How can I port it ?
I would like to implement FatFs on my STM32 MCU with SPI Flash, W25Q16JV.
Is there a sample code for this? How can I port it ?
Hello, I am able write and read successfully.
change the line in "ffconf.h" file as below
#define _MAX_SS 4096
change the line in "spi_flash.h" file as below
#define FLASH_SECTOR_SIZE 4096
the attached file should be modified as well
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.