/stm32f303k8-rust-example

Example for using the STM32F303K8 Nucleo Board with the Rust HAL Wrapper

Primary LanguageRust

Nucleo STM32F303K8 Rust Example

This project is an example configuration for building (using cargo build) and uploading (using openocd) a Rust program to the STM32F303K8 Nucleo Board. This project depends on the STM32F3xx HAL Wrapper provided here. The project is configured using IntelliJ's CLion.