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'm trying to use the SPI3 bus (alongside SPI1 and SPI2, which both work fine), however the clock does not seem to be activated.
[dependencies.stm32f4xx-hal]
version = "0.17"# git = "https://github.com/stm32-rs/stm32f4xx-hal"features = ["rt", "stm32f405", "usb_fs","spi3"] # replace the model of your microcontroller here
I'm trying to use the SPI3 bus (alongside SPI1 and SPI2, which both work fine), however the clock does not seem to be activated.
The text was updated successfully, but these errors were encountered: