i am using K9F1G08U0B, and interface with LPC2468 micorcontroller, i am writing 5 pages data, when i am reading 5 pages data only first two pages data will be display correct remaining pages are displayed wrong data(i.e first data, second data, first data).
how to read multiple pages in K9F1G08U0B
In your first post you said, "i am using K9F1G08U0B";
In your latest post you said, "I am using SDRAM IC K4S561632H";
Your code says,
/* Mode regitster table for Micron's MT48LCxx */
So which is it?
K9F1G08U0B problem solved.
Now i am testing K4S561632H
So why using code for MT48LCxx ?
K9F1G08U0B is a Parallel Non-Volatile Flash memory K4S561632H is a Parallel SDRAM (needless to say, is volatile).
K9F1G08U0B problem solved. did u figure out the exact problem? what was the solution?