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

Zig-Saw Puzzle. Cant put the pieces of Flash file system on Nand

Do i have to enable the "Flash Drive" along with the "Nand Flash" in the file_Config.c (Flash Configuration File) to implement flash file system on parallel nand flash?

So what is a sector on parallel nand chip? is it a block or a group of block or pages?
I have to make the FS_FlashDev.h file but the documentation speak about "sector".

#define FLASH_DEVICE
   DSB(0x10000, 0x000000),     /* Sector Size 64kB */ \ 
   DSB(0x10000, 0x010000),     /* Sector Size 64kB */ \ 
#define SF_NSECT    32 //-> is this the total number of sectors?

0