Tool/software:
I am using a TMS320F2800137 LaunchPad and am using SPI to set and control LDC 1101 sensors. Reading and writing to LDC 1101 registers using SPI works when I connect up to 2 LDC 1101 slaves. I am using GPIO pins for STE (i.e. chip select).
But when I connect 3 (or more), writing to a register and reading the data back does not seem to work. In other words, writing a 1 and reading the register back does not return 1.
Is there a limitation on how many SPI devices can be connected to this launchpad or is there something I need to configure when using more than 2 SPI slaves?
Thank you very much for your insights.