This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

EFS STM32F2xx SPI NOR FLASH

I am using a STM32F207IG microcontroller, a SPI NOR Flash (M25P16) with Keil::MDK-Middleware File System v6.9.8 and EFS.

Init, Mounting and formatting works. Even "finfo()" works an delivers information about FS and overall flash size of 16MB and also "ffree()" return the free space on drive.

But when I try to create a file with "fopen()" and no return (e.g. the trace say running but the system is halt).

What can be? What can I do?