SPI6 is not working #419
Replies: 1 comment 2 replies
-
I see there are 6 busses defined here: And indeed in the PiGpio-implementation only 0 and 1 are supported: This may get fixed if we can add SPI support to one of the other providers. Sorry, I don't know how to fix this at this moment, but if you can share more details of your code and maybe point us to a possible implementation to solve this, things can move faster... |
Beta Was this translation helpful? Give feedback.
-
Hi there,
i have a problem that i cannot use SPI1 because the mode 1 ( CPHA=1) is not possible as SPI1 is just a SPI mini. I try to communicate with an ADS1118 A/D Changer. As my board required due to design the GPIO17-21 i was trying to use the SPI6 instead which is on the CM4 module a fully SPI. With python i already managed to get the values from the ADS1118. The problem is that with pigpio-spi the bus number should not exceed 1, so only SPI0 & SPI1 is supported. With the raspberrypi-spi it is allowd but my device is not opening
Spi to ADS1118-BUS_6-CS_0 open: false
.Is it foreseen to support in pigpio-spi due to the board model also the other Spi buses or is there a solution for the rasperrypi-spi?
Thanks a lot in advance for pushing me in the right direction.
Beta Was this translation helpful? Give feedback.
All reactions