??? 07/27/09 10:27 Read: times |
#167922 - Pricey and consumes a lot of processor pins Responding to: ???'s previous message |
But the big problem is that the price is sky-high even at 500-quantity, and that it is a parallel chip, requiring a very large number of processor pins.
In many applications, you could live with a 2GByte flash only being available for 18-24 months, if you can then switch to a 4GByte chip at the same - or lower - price, and then switch to a 8GByte chip, and then a 16GByte chip... The big issue is to always be able to buy compatible chips at reasonable prices without the need to rewrite software or redesign the PCB. With the linked flash, you will have to modify the boot loader or startup code whenever you change flash, because the flash identifier is different and the software must be able to recognize the chip identifier to know the relevant flash parameters, such as flash sector sizes. If your product is using file systems that are starting on a 64kB boundary and you have to switch to a flash with 128kB sectors, you will have to regenerate all file systems, and then keep multiple sets of file systems for old and new hardware. |