SEGGER - Marius Administrator
- Member since Aug 10th 2011
- Last Activity
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
SEGGER - Marius -
Replied to the thread [SOLVED] Adding new NAND devices. Why aren't NAND_SPI_INST and FS_NAND_SPI_DEVICE_TYPE in FS.h?.
PostHello Craig, The latest emFile version (5.16.0) comes with support for the Alliance Memory AS5F34G04SND serial NAND flash device (segger.com/downloads/emfile/Release_emFile.html). Best regards, Marius -
SEGGER - Marius -
Replied to the thread File Write/Read synchronization issue.
PostHello anas, You will have to build emFile with FS_MULTI_HANDLE_SAFE set to 1 (FS_MULTI_HANDLE_SAFE) if your application is required to access the same file in read and write mode using different file handles. Would it be possible to give this a try?…