Skip to content

Instantly share code, notes, and snippets.

@rcubee
rcubee / gist.txt
Created November 11, 2023 17:42
STM32C0x1 support
$ ./st-flash erase
st-flash 1.7.0-316-g31c7fc6-dirty
2023-11-11T18:37:01 INFO common.c: STM32C031xx: 12 KiB SRAM, 32 KiB flash in at least 2 KiB pages.
Mass erasing...
Mass erase completed successfully.
2023-11-11T18:37:01 INFO common.c: Go to Thumb mode
$ ./st-flash read readout.bin 0x08000000 32768
st-flash 1.7.0-316-g31c7fc6-dirty
2023-11-11T18:37:34 INFO common.c: STM32C031xx: 12 KiB SRAM, 32 KiB flash in at least 2 KiB pages.