Hi
From the SPRS680B, it is given C6Integra has 6 Chipselects upto 256MB per chip select pinso cumulatively GPMC has address space of 1536MB.i) Can I connect 1 GB external device(NOR) to the GPMC bus, I think it is not a valid configuration because each chipselect supports 256MB of address space. Am I correct?ii) In the same manual(SPRS280b) section 2.9.1 L3 memory map gives only 512MB of address space for GPMC.Can I use 6 devices using GPMC bus each supporting 256MB of address space?Thanks in advance
Dinesh
You can't occupy more memory than has been allocated in the memory map (i.e. 512 MB for this device). You could have 4 chip selects of 128MB each or you could have 8 chip selects of 64 MB each or some other combination.
Based on the number of address pins it looks like you could only address 128MB without any glue logic. Due to the address pin limitation I think you'd need some glue logic similar to what's shown here:
http://processors.wiki.ti.com/index.php/Connecting_NOR_Flash_to_OMAP-L138#Hardware_Connection_for_64Mx16_device
---------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question.---------------------------------------------------------------------------------------------------------