Skip to content

Running the Examples

xoviat edited this page Jul 22, 2023 · 2 revisions

Troubleshooting STM32

If you are using STM32 and are receiving errors when you try to cargo run --release, please check the following:

  • You are specifying the correct --chip on the command line, OR
  • You have set .cargo/config.toml's run line to the correct chip, AND
  • You have changed examples//Cargo.toml's embassy-stm32 dependency's feature to use the correct chip (replace the existing stm32xxxx feature)
  • At this point the project should run. If you do not see a blinky LED for blinky, for example, be sure to check the code is toggling your board's LED pin.