stm32-rs / stm32l4xx-hal

A Hardware abstraction layer for the stm32l432xx series chips written in rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to configure half-duplex SPI?

msrd0 opened this issue · comments

commented

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?