I use C6745 own-make board and try to use bootloader in SPI1 EEPROM mode to load program from external EEPROM.
According to "Using the TMS320C6747/45/43 Bootloader" SPRABB1B.pdf to use SPI0 Slave bootloader mode it is necessary to set the following states on the pins during reset:
Boot mode BOOT[7] BOOT[2] BOOT[1] BOOT[0] BOOT[3]
SPI1 EEPROM 0 1 0 0 1
I use 4.7KOm pull-up and 1KOm pull-down resistors. I see with oscilloscope that pins have correct values at reset.
I don't see any signals on SPI1_CLK and SPI1_SCS[0] outputs after reset.
Please explain me what is wrong.