You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, for a project I'm trying to use SPI on a Compute Module 4.
I'd like to use mode 3 SPI, but I noticed SPI1(which is an auxilliary) doesn't support mode 3.
Since SPI6 and SPI1 overlap I thought it may support mode 3.
Can anyone confirm whether SPI6 support mode 3 and if it does, how could I use it in C?
Kind regards,
Simon
The text was updated successfully, but these errors were encountered:
I don't know about CM in general. This library did not extend support to the additional SPI peripherals found on the Pi4 chip. You only have access to the original (two) peripherals.
Hi, for a project I'm trying to use SPI on a Compute Module 4.
I'd like to use mode 3 SPI, but I noticed SPI1(which is an auxilliary) doesn't support mode 3.
Since SPI6 and SPI1 overlap I thought it may support mode 3.
Can anyone confirm whether SPI6 support mode 3 and if it does, how could I use it in C?
Kind regards,
Simon
The text was updated successfully, but these errors were encountered: