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.

TMS320F28335: 28335 SPI communication with Absolute encoder with BISS-C

Part Number: TMS320F28335
Other Parts Discussed in Thread: C2000WARE

I want to use 28335 SPI communication with absolute encoder with biss-c,but i dont know how to only receive data and dont transmit data.

  • Hi W WL,

    SPI is a full-duplex communication peripheral, meaning that during SPI communication, the data is simultaneously transmitted (shifted out serially onto the MOSI bus) and received (the data on the bus (MISO) is sampled or read in). If you are looking for some more details/help in understanding this about the SPI module and how to implement it for this, here are a few resources that would be helpful to consult first:

    If you are only trying to receive data from a peripheral device, you would still have to transmit dummy data (e.g. zeros) from the controller to the peripheral in order to receive data from the peripheral. But please take a look at these resources I listed above and let me know if you have further questions on implementing SPI for your application!

    Best Regards,

    Allison