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.
Hi all,
I am using the C6748 DSP.
I want to build an Boot application send DSP program (image) via SP1 Slave.
I try to boot DSP TMS320C6748 from External MCU.
I try to send XMT_START (0x5853) but always received 0xFF (MISO) from C6748.
All signal :
Sorry if this is not the appropiate forum and thanks in advance.
Yes. I followed the recommendations of Application Report (SPRAAT2F) of C674x.
I want to built a C6748 boot program from another MCU via SPI1 Slave
First Step : I configured Boot Mode of C6748 : BOOT[7:0] 00010011 (SP1 Slave)
Second Step : Reset DSP C748 and Send XMT_START (0x5853) (16bit SPI - Input clock of SPI is 800Khz) but I never received byte from C6748 (always 0xFF) not REC_START.
I captured the signals of MOSI, CLK, CS as shown above.
Thanks !