We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have 2 STM boards that have broken ports for our standard connection.
I saw there are at least 2 alternative ways of flashing this STM but i dont think debugging would work. Maybe someone can test or research this more.
The text was updated successfully, but these errors were encountered:
Run:
cargo install cargo-dfu
Connect your board to USB, hold BOOT0 button, press NRST button and release BOOT0 button. This should run the MCU in bootloader mode.
Change directory to the project you want to flash, e.g
cd crates/cansat-stm32f4
and run
cargo dfu
If your device is not properly recognized by your system, try to disconnect all serial peripherals and repeat.
Sorry, something went wrong.
Let's leave this issue open, it's probably a good idea to update the cansat book #60 with this information.
No branches or pull requests
We have 2 STM boards that have broken ports for our standard connection.
I saw there are at least 2 alternative ways of flashing this STM but i dont think debugging would work.
Maybe someone can test or research this more.
The text was updated successfully, but these errors were encountered: