Hi,
the AM335x-manual (spruh73i) lists in 7.1.2.3 :
signal GPMC_AD[15:0]:
- Data[15:0] in non-muxed mode.
- A[16:1], D[15:0] in AD-muxed mode.
- A[27:17], A[16:1], D[15:0] in AAD-muxed mode.
A[17:1] are used by other signals and I need 1MB external SRAM. So I connected a 16 bit latch to AD[15:0] to latch A[16:1] and an other latch to get A[22..17].
Unfortunately AM3352 seems to work 8-bit wide only, like e.g. Figure 7-15.
Is this a software configuration problem or a documentation error and I can throw away my protoype?
Thanks for help an best regards
Bastian