Hi,
we have booted ADSP-BF609 EZ-BOARD from parallel falsh(pc28f128p33bf60d).So,in EZ board parallel flash the SMC0_ARE is connected to OE pin of flash and SMC0_AOE pin is connected to ADV pin.You can refer EZ board schematics.
I am working on our ADSP-BF609 custom board for booting from parallel NOR falsh S29GL512SDHB020-64MB .so in our schematic connection we have given SMC0-AOE pin of SMC to OE pin of falsh as below image,is the connection is ok?
And also in Hardware reference manual of ADSP-BF609 (page NO_2138,Figure 34-9 16-bit flash interconnection) it is also shown that ARE pin is connected to OE of flash ?
S29GL512S11DHB020 supports only two modes Asynchronous flash and Asynchronous page mode.
I have modified existing parallel driver of EZ board with specifications of S29GL512S11DHB020 I.e, Timing parameters and block size etc. so,when try to print(ID) using -cmd info command in cldp only my SMC0_AMS0 is working?
could anyone suggest me the correct connection of pins to flash?
And one more doubt is that about the byte enable pin of SMC(SMC0_ABE0 and SMC0_ABE1) because only SMC0_ABE1 is only used in pin-up configuration of parallel driver for EZ-BOARD?
Help me in this for resolving this issue.