Replies: 3 comments 1 reply
-
This is soooo weird. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah I know, but st-link requires the files to have a bin extension |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you really want to get But you do not need a And read README P.S. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I just started setting up my environment to try developing some embedded software for this board: https://stm32-base.org/boards/STM32F407VET6-STM32-F4VE-V2.0.html#User-LED-1
Here are the steps I took:
cargo build --release
target/thumbv7em-none-eabihf/release
to have a.bin
extensionThis all results in no blinking. I have even tried using other GPIO pins and holding an LED up to them, but there is no activity.
Tomorrow I'll test if I can get an old program in C++ to run on it to see if it is truly Rust + this framework or if there is something wrong with my board. Either way, am I missing any obvious steps?
Beta Was this translation helpful? Give feedback.
All reactions