I am attempting to use the OMAP-L137 UART Boot Host Ver. 1.01 to perform a UART boot of a TMS320C6747 DSP through UART 1. Unfortunately, the chip does not seem to be responding with the BOOTME message when I power it up. I've written a little application to capture the output from the chip's UART1 port at boot up and it is not BOOTME. AISGen seems to create the image correctly because I can download the SPI1 Flash image will boot up the chip correctly when flashed to the SPI Flash chip.
The boot register pins are set on the board with DIP switches to give
Boot[7]=1, Boot[2]=0, Boot[1]=1, Boot[0]=1, Boot[3]=1
The AISgen settings for the project's *.ais image are:
ROM ID: D800K003, Boot Mode: UART1, Clock Source: Crystal 24 MHz
x Configure PLL, x Configure EMIFB SDRAM, x Enable CRC
Multiplier: 25, POSTDIV: 2, DIV3 divider 10, DIV5 divider 4, DIV7 divider 12
UART Speed: 115385 (AISgen went to this speed when I switched from SPI1 Flash to UART1 boot mode.
I'm basically looking for suggestions on what might be going wrong.
Thank you for any help.
Mike