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.

Compiler/TDA3: How to communicate with external devices using McSPI?

Part Number: TDA3

Tool/software: TI C/C++ Compiler

Hi.

I want to exchange data with TDA3xx-EVM board and Raspberry Pi using SPI communication.

To use this feature, I found the mcspiMasterSlave_spi1_spi2.c file and thought that it could do SPI communication.

However, this example is seen as an example of SPI1 (Master) and SPI2 (Slave) communication in the board.

Can I modify this example to test the communication between SPI1 (Master) and Raspberry Pi (Slave) ...?

If this is possible, can you provide a guideline?

Or should I refer to a whole new example ...?

I am sorry for not being able to test and ask more since it is the first implementation of SPI communication.

Thank you.