A Board Support Package for STM32F4 Discovery Kit
November 28, 2023 ◦ 2 min ◦
The Tools that Used within this Post
- Rust Toolchain
- usbpid-win
- probe-rs
- VSCode
- WSL
- rust-analyzer plugin for VSCode
- probe-rs plugin for VSCode
- WSL plugin for VSCode
- GitHUB repository
- STM32F429ZI Discovery Board
- WSL - Windows Subsystem for Linux Ubuntu 22.04.2 LTS
- Slint UI
- Slint UI Plugin for VSCode
- lilos Async RTOS
Setup
For setup the whole development system on WSL and VSCode please refer to this post
Running and Debugging
- Clone the repository
- Open the folder in VSCode
- In terminal
ierturk@DESKTOP-JC8L4M1:~$ cargo run -release
Or
- It can be run through VSCode menus
Conclusion
This is the Slint-UI Carousel Demo runs on the F4 MCU
Happy reading and coding!