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

Using RL-flashFS, fformat("N: /FAT32 /WIPE") and finit() can't pass

NXP LPC1765 Cortex-M3 and K9F5068UOC is used.

1.Low-level nand flash driver functions are programed and checked well.

2.The file "NAND_LPC24xx.c" is used as a model to write the driver functions. What's more,

function "SetPageLayout (NAND_DRV_CFG *cfg)" is included in "static U32 Init(NAND_DRV_CFG
*cfg)".

3.FILE_CONFIG.C is configed.

Problem: i = fformat("N:NAND /FAT32 /WIPE"); (after executed i = 2) i = finit("N:"); (after executed i = 1)

0