chaosmaster / st-link-dumper

ST-Link dumper firmware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

st-link-dumper

Dumper firmware for stm32f103x. It will read flash contents from 0x08000000 to 0x08004000 and dump it over UART2 (TX=PA2). Default baud is 9600.

Firmware start is marked with bytes AB CD - these two bytes need to be removed from the dump.

Precompiled binaries are located in bin directory. There are two binaries: dump_0x4000.bin will dump the first 16k of flash (bootloader section) and dump_0x20000.bin will dump 128k. These binaries are encrypted so that you can upload them directly to the programmer.

About

ST-Link dumper firmware


Languages

Language:Makefile 60.1%Language:C 39.9%