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.

TMS320F28069F: do you have any example of SPI communication in controlsuite or motorware ?

Part Number: TMS320F28069F
Other Parts Discussed in Thread: MOTORWARE, C2000WARE, CONTROLSUITE

Hi All,

Would you please let me know any example of SPI comminication in motorware or controlsuite or C2000ware ? 

I have to develop SPI slave function with interrupt, I need any code snippet to refer to.

I'm looking forward to your kind help.

Best Regards,

Hae Ryong

  • There are SPI examples for the F28069F in C2000Ware under device_support\f2806x\examples\c28.

    They are internal loopback examples, so they don't necessarily show the slave functionality you're looking for, but the code should still be pretty similar. Please let me know if you have further questions about getting the slave mode code working though.

    Whitney

  • Thanks for your prompt response.

    I think it could be a good reference to my implementation.