Hi community,
We can't boot our custom board built around a C6747 (silicon rev 2.0) . So I am interested in any idea that can help !!!
The board works fine with an emulator, we can load a program and then remove the JTAG cable : the firmware keeps running...
But without an emulator : After a poweron there are no signs of the DSP BOOTROM : BootMe test of AISGEN/UARTboothost fails and even using a scope , nothing on UART0_TX, UART2_TX...
I had a look to the reset signals for the DSP : TRST# is low and RESET# is high. (I read that TRST# can be left low so we designed that way...)
We have three bootmodes availables : UART0 (on an FTDI USB/serial converter), UART2 (on an RS232 chip) and NOR Flash.
DSP/BIOS tests programs I wrote showed that both interfaces UART0 and UART2 are valid at 115200bauds.
Using the JTAG under CCS to have a look to the BOOTCFG register and using the appropriate micro-switch (BOOT0/3//7) on our board can have :
31...................................................76543210
00000000000000001111001111110010 UART2 boot mode selected
00000000000000001111001111110011 UART0 boot mode selected
00000000000000001111001101110001 NOR boot mode selected
Any advise ?
Thanks for your help.
Best regards,
Frédéric