Hello I have the MCBSTM32E dev kit which has a m25p64 flash on board. Is there a way of getting the flash file system to work with it.ie ffopen etc. currently my attempts have failed.I have a file which has SPI_FLASH_BulkErase() etc in it.I have not been able to format the device as fformat does not work. It returns 0 which indicates the format has taken place but a fcheck returns non zero.
Thanks in advance
Bob
Hello,
I'm in the same situation, except that my MCU is LM3S6965.
Did anyone implement it?
Thanks and Regards,
Huy
Hi Bob
I did this on St's STM32F103-Eval board which also uses the m25p64. I just followed the online documentation from Keil. I created the files FS_SPI_FlashPrg.c & FS_SPI_FlashDev.h for the 25P64 and used it together with the RL\FlashFs example program. You can format,read & write to the 25P64.
Philip