stm32-rs / stm32h7xx-hal

Peripheral access API for STM32H7 series microcontrollers
BSD Zero Clause License
209 stars 99 forks source link

fdcan not building #465

Closed FranciscoAmaro24 closed 8 months ago

FranciscoAmaro24 commented 8 months ago

Im trying to implement fdcan on my stm32h743 nucleo but i cannot get the fdcan crate to build nor be recognized by the compiler when imported like "use fdcan..."

richardeoin commented 8 months ago

Hi Francisco. As well as including stm32h7xx-hal in the Cargo.toml [dependencies] of your project, you also need to include fdcan = "0.2"