• fopen() update mode problem with SPI Flash memory
    Ave, Today i encounter another problem with Keil libraries... The problem applies to fopen() function in update mode "w+" and SPI Flash memory. In such situation fopen() returns NULL. There is no problem...
  • File handling with SPI flash device
    Hello, Can anyone suggest me how to do the file handling on the SPI Flash device having 2 Mb memory space. Work done by me till now 1.Added the relevent FS_SPI_FlashDev.h & FS_SPI_FlashPrg.c...
  • EFS file for SPI FLash device
    Hello, Can anyone please inform me how to read/write or store files in the EFS system for SPI flash device or any example on as how to do so. Thanks & regards, Sonali S.
  • Flash File system in SPI flash device
    i have developed a LPC2388 based board which has an SPI Flash memory Chip. This Memory will be used as the USB MSC storage media. Also I want to put the FAT file system in this flash mem,and access...
  • Flash Updating
    I have an application split into two parts, the first part being the base application that resides in the lower 32K of flash, and an optional portion residing in the upper 32K. The optional part is to...