Tool/software: Code Composer Studio
Could you pl let me know the most efficient way of connecting multiple devices on SPI bus(or any other) without too many lines. We may need to connect as much as 128 devices.
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.
Tool/software: Code Composer Studio
Could you pl let me know the most efficient way of connecting multiple devices on SPI bus(or any other) without too many lines. We may need to connect as much as 128 devices.
Hello Anuj,
The way we've seen most customers accomplish this is by MUX'ing the SPI signals around to the different devices to minimize the number of processor lines. While all 128 devices may be in the calibration system you'll likely only be calibrating one or two sensors at a given time at a time and therefore you can use one Master and then MUX the signals around to the different PGA970 devices.
The primary customer support engineer for this device is out of the office through Jan 4 but we may reach back out to learn a little more about what you're trying to accomplish once he returns.
Hi Anuj,
For 128 devices you can use a MUX to reduce the number of required chip select lines to only 7. Another thing to keep in mind is the strength of your master's SPI data line driver. Having 128 devices on a single bus could very well exceed the capacitance limit for the master device.
Regards,