Hello engineers,
I'm trying to boot my C5535 board from UART, but the on-chip bootloader seems stuck at SD boot phase.
When I trace the boot sequence using a debugger (XDS200), the bootloader polls SD Status Register 0 (SDST0) again and again infinitely.
UART peripheral clock is disabled, while MMC/SD0 clock is active.
My C5535 board doesn't have any SD devices.
SD0_CLK pin (which is multiplexed with I2S0_CLK) is supplied with I2S clock externally, and SD0_CMD pin (which is multiplexed with I2S0_FS) is supplied with I2S frame sync clock externally.
Do I need to take any care of these pins? How can I clear the SD boot phase?
Thank you.