Skip to content
Discussion options

You must be logged in to vote
  1. Please, do not spam Github Issues with such questions. It it for reporting bugs/proposals. (converted to Discussion)
  2. The size of .elf file is not the size of firmware. It includes advanced information to simplify access and debug, but not uploaded to your chip. To make a bare .bin from it you can use cargo objcopy or just cargo size to size firmware size.
  3. We use probe-rs tool instead of openocd and gdb. It is much more easy to use.
  4. https://github.com/burrbull/stm32-template/ could help you to start.
  5. It is better to discuss in matrix rooms: https://github.com/rust-embedded/awesome-embedded-rust?tab=readme-ov-file#community-chat-rooms

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tmehr-enqt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #491 on July 31, 2024 03:09.