hello!
I want to ask a question about the NOR size extension in the P1010RDB-PB development board.
I saw this in the SCH of P1010RDB-PB,but i didn't see other descriptions about how to extend it.Now i want to ask if i want to use this pin for a 64MB nor-flash,what should i do.
Another question,i have already see a question about how to extend NOR to 64MB, but I still don't know. The P1010's IFC bus has 25 address lines, which means that it has 32Mb of addressing space. If I use the 16-bit NORFLASH chip, Can P1010 support the size of 32x16/2=64MB?
Thankyou!
Solved! Go to Solution.
General IFC limitation is: it supports memory banks of sizes up to 32 MB (for NOR and GPCM)
> I saw this in the SCH of P1010RDB-PB,but i didn't see other descriptions about how to extend it.
The feature was not implemented.
> If I use the 16-bit NORFLASH chip, Can P1010 support the size of 32x16/2=64MB?
No.
It does not matter 8- or 16-bit Flash is connected - maximum chip-select size is 32MB.
General IFC limitation is: it supports memory banks of sizes up to 32 MB (for NOR and GPCM)
> I saw this in the SCH of P1010RDB-PB,but i didn't see other descriptions about how to extend it.
The feature was not implemented.
> If I use the 16-bit NORFLASH chip, Can P1010 support the size of 32x16/2=64MB?
No.
It does not matter 8- or 16-bit Flash is connected - maximum chip-select size is 32MB.
I SEE ,THANKS