It is possible to switch between the 8-bit and 16-bit mode for the same flash device? Reading some data in 16-bit mode, then reading some data in 8-bit mode.
Therefore, when interfacing to a 16-bit or 8-bit asynchronous device, the EMIF_BA[1] and EMIF_BA[0] pins provide the
least-significant bits of the halfword or byte address, respectively. Additionally, when the EMIF interfaces
to a 16-bit asynchronous device, the EMIF_BA[0] pin can serve as the upper address line EMIF_A[22]. (spn499a, page 621)
What have I to do that the EMIF_BA do not serve as the upper adress line? I want to connect the EMIF_BA[0] to the A[-1] pin of the flash device. This pin serves also as D[15] in the 16-bit mode. There would be a connection between EMIF_D[15] and EMIF_BA[0]. Is this a problem?
Thanks and best regards,
Thomas