Y
Hacker News
new
|
ask
|
show
|
jobs
by
rowanG077
1890 days ago
SPI is however not useable as a bus. You need a specific chip select pin line for every chip you communicate with. But yes I like SPI much better as well.
2 comments
CamperBob2
1890 days ago
It works as a bus when the chip manufacturer is nice enough to add a couple of address pins. Unfortunately not all that commonly done.
link
rowanG077
1890 days ago
I have never seen that actually. But also have never looked. I have used a binary decoder to achieve the same thing though.
link
CamperBob2
1890 days ago
E.g., HMC983, and some of the former Peregrine (now Toshiba) parts.
link
plasticchris
1888 days ago
You could always use an i2c gpio expander <ducks>
link