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.

Issues in boot up a C6745 as a slave on the SPI

Other Parts Discussed in Thread: TMS320C6745

Hi all,
I boot up a C6745 as a slave on the SPI1 bus from host microcontroller, but I have issues with most of devices: some of ones (C6745) doesn't answer on start word synchronization (I try to send it 10000 times) or answer, but have no answer on ping opcode. Boot is succesfull after reset and send start word synchronization 2..5 times.
There is no info in manuals about these questions (also I searched for it in internet)
1. Which pins I must set to select boot mode: BOOT[0]..BOOT[3] and  BOOT[7], or all pins  BOOT[0].. BOOT[15]?
2. What maximum bitrate on SPI? I use 3Mbit/s.
3. What minimum interval between 16-bit words on SPI in start synchronization process, init boot process, and loading firmware process? I insert 40 mks delay between words. If I remove this delay in start synchronization process - bit's synchronisation in answer to start word synchronization has corrupted. If I remove this delay in init boot process - C6748 doesn't answer on ping opcode.
4. How make boot up faster? Loading time of my firmware is 1.9 seconds, I want to make it faster than 0.5 second.