probe-rs
probe-rs copied to clipboard
Add support for burning Hex files
Is your feature request related to a problem? Please describe.
When using the latest version 0.29.1 and Git version, the burning operation of Hex files is not supported.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
You should be able to flash Hex files by specifying --binary-format hex.
You should be able to flash Hex files by specifying
--binary-format hex.
This is working, thanks for your reply. I used probe-rs run --chip STM32F103CB HEX.hex --binary-format hex and it seems to be working fine.
I also want to ask for help: Can I use the probe-rs command line to directly view the current chip program? For example, the prompt displays the binary content.