Files
blackmagic/scripts
Stoyan Shopov 6e71ce541d stlinkv3: Initial support for the stlinkv3 target
This commit adds support for the stlinkv3 target as a host for
running the blackmagic firmware.

In short, here is what has been tested:

- DFU firmware upgrade
- SWD bus driving
- JTAG bus driving
- BMP data usb cdcacm interface
- trace capture, asynchronous mode
- target voltage measurement

Not tested:

- srst driving is available, and should work, but has not been tested
2023-02-02 11:41:43 -05:00
..
2011-02-04 20:25:12 +13:00
2022-08-24 17:24:28 -04:00
2022-02-13 15:31:12 -08:00
2022-02-13 15:31:12 -08:00
2011-02-04 20:25:12 +13:00

This directory contains some useful scripts for working
on the Black Magic Debug project.

bootprog.py - Production programmer using the STM32 SystemMemory bootloader.
hexprog.py - Write an Intel hex file to a target using the GDB protocol.
stm32_mem.py - Access STM32 Flash memory using USB DFU class interface.

stubs/ - Source code for the microcode strings included in hexprog.py.