Hi Sridevi
from sect.7.2.5 Mode: Serial Downloader:
To determine the active serial port, either UART or USB, the processor ROM program
polls the UART and USB status register for approximately 32 seconds. If there is no
activity on either port within the predefined polling time, then the ROM program will
power down the SoC using Watchdog Timer (WDOG-1). When the serial bootloader is
active WDOG-1 is reset periodically. If the communication between the serial Host and
the i.MX53 is idle for more than 32 seconds or the processor goes into an endless loop,
then WDOG-1 expires and powers down the device.
Also such behavior "device has to enter Serial download mode" - is applicable
only to iROM boot flow, that is when code is implemented by iROM itself.
If for example, iROM boots from eMMC, copies code to DDR, then jumps to DDR
and hangs there - this already is not iROM code. This case should be handled by
customer application code.
Best regards
igor