probe-rs icon indicating copy to clipboard operation
probe-rs copied to clipboard

Add support for burning Hex files

Open mayjack0312 opened this issue 2 months ago • 2 comments

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

mayjack0312 avatar Oct 21 '25 11:10 mayjack0312

You should be able to flash Hex files by specifying --binary-format hex.

bugadani avatar Oct 21 '25 12:10 bugadani

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.

mayjack0312 avatar Oct 21 '25 14:10 mayjack0312