Tool/software: Code Composer Studio
How to implement a SPI Interface as Master?
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.
Tool/software: Code Composer Studio
Hi Jospin,
The spi_master.c is only one file. You can't just import a file for the program to work. You need to complete CCS project. Normally, you can start with some existing TivaWare example projects and make modification such as copy the spi_master.c over to the project folder. Here is a CCS project you can reference with the spi_master.c already built.
Thank you! I need a Project Example for SPI as Master Mode, that not as RTOS works. I can't debug this single File.