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
My chip is stm32f103rc, I want to use UART5 to connect LiDAR, but I can not find UART5 in embassy_stm32::peripherals. But I clearly found this serial port in the STM32-METAPAC (version 15).
Ok, I know why.
Edit Cargo.toml, and change version of embassy-stm32 like this:
embassy-stm32 = { version = "0.1.0", git="https://github.com/embassy-rs/embassy.git" }
The version of embassy-stm32 on crates.io is different from the one on GitHub.
My chip is stm32f103rc, I want to use UART5 to connect LiDAR, but I can not find UART5 in
embassy_stm32::peripherals
. But I clearly found this serial port in the STM32-METAPAC (version 15).I need help~
Cargo.toml:
The text was updated successfully, but these errors were encountered: