Hi all,
I am not familiar with SRAM interface, where can I finds more application notes/guide on how to use OMAP4460's GPMC (from Panda board expansion port)?
My intention is to be able interface with a DUAL port SRAM.
Current I found 2 company making that, IDT(IDT7006S/L) & Cypress(CY7C008V,CY7C018V&etc), so these 2 will be my target.
For IDT, they have a 14bit address bus & 8 bit data bus.
For Cypress, 16 bits address bus & 8 bit data bus.
From OMAP4430 datasheet's, pages 3148 there is 2 very brief example /condition how GPMC to connect multiplexed & non multiplexed memory devices.
Since my targeted product is 14bit & 16 bit address, I assume I need go to the option 1, multiplexed.
My current thinking, I need to have another multiplexed device on between the OMAP & my dual port sram. Is this correct? Since my ext device is not a multiplexed memory.
If there is another multiplexer in between, how my firmware need to be setup?
Thanks