Question on flash memory size and booting:
I am using the AM3505 that is connected to Flash from which it boots. I originally had a 16MByte Flash that worked fine. When I went to replace the 16MByte with a 32MByte I could no longer boot up.
The sys_boot[5:0] are set to 011111 which is the “Fast XIP Booting wait monitoring Off”. GPMC_CONFIG1_0 is 0xF40 which is the configuration out of reset. This is the scenario which doesn’t boot. But when I set GPMC_CONFIG1_0 to 0xE48 it boots.
Note that in all cases the code is downloaded remotely and then ran (not executed from Flash). But this downloaded code IDs the Flash, so the failure is that the Flash is not properly ID’ed.
Any ideas or suggestions?
Thanks - Bruce