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

Calculate NAND Timing

How to calculate NAND timing from datasheet
for example for 2GByte samsung NAND flash K9GAG08U0E

sample config:

config.ByteLane = 1;
config.DataWidth = 8;
config.ExtendedWait = 0;
config.PageMode = 0;
config.WaitWEn = 2;
config.WaitOEn = 2;
config.WaitWr = 0x02;
config.WaitPage = 0x04;
config.WaitRd = 0x04;
config.WaitTurn = 0x04;

0