We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
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