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.

TMS320F28379D: SPI connection with JetsonNano

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

Tool/software:

I try to connect jetson nano. but because jetson nano is not build as a slave so i try to connect jetson nano as a master and C2000 as a slave. but my question is in C2000 there are code for my motor control with 10kHz sampling frequency. how i can connect jetson nano as a master and C2000 as a slave. can i possibly get guidance from very basic?

  • Hello,

    The SPI examples in C2000Ware are great ways to get started on learning SPI functionality, when used in combination with the device Technical Reference Manual (TRM) section on SPI. Chapter 18 Serial Peripheral Interface (SPI) provides further implementation guidance.

    • 18.3.1 Introduction to Operation has an introductory explanation of the SPI overall
    • 18.3.3 Slave Mode has a specific description of how the slave mode functionality is implemented by C2000
    • 18.4 Programming Procedure has a specific, in-depth and step-by-step description on the process of configuring the C2000 for use as either master or slave.

    Regards,
    Jason Osborn