Hello,
I like to connect more than two SPI slaves to the Raspberry.
Unfortunately there are only to chip select pins possible (/CS0, /CS1). I can use GPIO pins for all of the SPI slaves, but then I can't use /CS0 and /CS1 anymore.
I looked into the kernel sources and saw that there seems to be the possibility to define not using any chip select. But control the the chip select via port pins in the application. But this seems not to work (at least what I tried).
Has anyone more than 3 SPI devices running that way?
Thanks,
Peter
