I saw technical document (slyt441.pdf) for long-distance of SPI .
But only mention one slave in document(Fig3).
Can use SN65C1167E for long-distance of SPI w/ multi slave ?
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.
I saw technical document (slyt441.pdf) for long-distance of SPI .
But only mention one slave in document(Fig3).
Can use SN65C1167E for long-distance of SPI w/ multi slave ?
Hi Ryan,
It is possible, but the circuitry gets a little more complicated. For one, additional /CS lines are needed for each slave so that only one master-slave SPI interface is active at once. (This is a general concern not specific to using SN65C1167E.) Similarly, you would need to appropriately control the "DE" lines on each slave SN65C1167E so that only one driver is enabled on a given MISO line at a time. This could be done via GPIO control from an MCU, or you could consider some external circuitry to generate the DE control automatically. There are a few approaches listed here:
https://e2e.ti.com/support/interface/f/138/t/830860
Regards,
Max