This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3517 ROM code boot issue

Other Parts Discussed in Thread: AM3517

Dear Sir or Madam,

I designed a circut board using AM3517, and set the SYS_BOOT[5:0] = 0b101101. Peripheral Booting Preferred Order should be USB->UART->MMC1->XIP(see sprugr0b.pdf page 2689). When I reset my board, the USB0_DM\USB0_DP, UART3_TX\UART3_RX, MMC1 pin, no signal appeared at all. It meant the ROM code didn't run or ran unnormally. So I could not boot my system via USB or UART3 or MMC1 etc.

Additionally, I test my board using AM35XX_BSL test code and download .out file via JTAG, the MMC1/SD and UART3 module is ok.

How can I check if the ROM code is running? Why it don't read image from peripheral or memory?

Thank you!

Viviwei