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,
I am working with the TMS320C6746 DSP which is integrated into one of our products. The DSP is running StarterWare(OS-less). The system already makes use of SPI1 for flash.
I am trying to use SPI0 to communicate with another peripheral but I seem to be unable to achieve any output on either Clock or MOSI.
All the examples for the evaluation kits (LCDK and evm) use SPI 1 so I made the following modifications to the sample code:
Am I missing something here? I still can't get SPI going
Thanks
Hello,
Please ensure you have followed the steps listed here: https://processors.wiki.ti.com/index.php/StarterWare_SPI
There is also some working code for SPI0 on another device in the following thread that may be of help:
https://e2e.ti.com/support/legacy_forums/embedded/starterware/f/790/t/440925
Regards,
Sahin
I found out that the legacy code I was using had user modified drivers and SPI0 had been disabled. The issue is resolved. Apologies for any inconvenience