• Nand flash initilisation failed: init_fs returns 0x02
    Nand flash initilisation failed: init_fs returns 0x02 I got lots of problem with nand flash,my working NAND FLASH GETS FORMAT ITSELF BY RETURN VALUE:0X02.i.e Volume Error. Mount failed. For FAT...
  • LPC3250 NAND Flash algorithms for NAND MT29F4G08
    Hello, I have DK-57TS-LPC3250 demo kit from FDI with LPC3250 and Micron NAND MT29F4G08 on board. I need to program some program into the NAND flash but I seem to be missing the Flash Algorithms for...
  • Flash-FS on SPI NAND
    Hi All, I have read the documentation and scoured the forum but (!) I am still unsure whether Keil provides a solution for FAT filesystem + SPI NAND. FAT FS + NAND, yes I see that and FAT FS...
  • Nand Flash and FAT
    I am new to ARM / Keil. I am about to start a project using Nand Flash. My project will write sequential data to the Nand Flash (like data logging). Data will always be appended in a circular buffer...
  • Nand Flash Algorithm
    Hi all, I am creating a FLM file for Nand Flash in Keil. So far, I am able to create a FLM file. The erase sector is working fine. The Program Function is success with hard-coded values. ...