examples/stm32l4-rtic/README.md
Examples in this project demonstrates how to use Embassy with RTIC.
Run individual examples with
cargo run --bin <module-name>
for example
cargo run --bin blinky
You might need to adjust .cargo/config.toml, Cargo.toml and possibly update pin numbers or peripherals to match the specific MCU or board you are using.
probe-rs run --chip STM32L4R5ZITxP. (use probe-rs chip list to find your chip)embassy-stm32 feature. For example for L4R5ZI-P it should be stm32l4r5zi. Look in the Cargo.toml file of the embassy-stm32 project to find the correct feature flag for your chip.If you are unsure, please drop by the Embassy Matrix chat for support, and let us know:
Embassy Chat: https://matrix.to/#/#embassy-rs:matrix.org