We are developing an AM5728 product based on the EVM design. We are in the second spin of our hardware.
We've setup the boot order to be QSPI-4 SD USB.
There is no code currently in the QSPI-4 NOR FLASH, we want it to boot from SD. If we change the boot order to SD first, the card boots fine.
We get an data abort exception with the QSPI-4 first in the boot order. That is, the processor ends up stuck in the dead loop at 0x3808c.
Unfortunately, the documentation doesn't spell out what this means.
Can some one explain what this problem is?
Thanks!