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
I want to connect an SPI display to my STM32L476 nucleo board, which does not return any data, so the STM32 chip will never have to read any data. Therefore, I was trying to setup a half-duplex SPI connection, similar to how NoMiso exists for the STM32L0xx crate. However, I was unable to find a similar struct in this crate. Is it possible to configure half-duplex SPI with this crate?
The text was updated successfully, but these errors were encountered:
I want to connect an SPI display to my STM32L476 nucleo board, which does not return any data, so the STM32 chip will never have to read any data. Therefore, I was trying to setup a half-duplex SPI connection, similar to how
NoMiso
exists for the STM32L0xx crate. However, I was unable to find a similar struct in this crate. Is it possible to configure half-duplex SPI with this crate?The text was updated successfully, but these errors were encountered: