blackmagic/src/platforms/hydrabus
Nicolas Schodet ca9d8cd0ae scripts: fix dfu-convert.py for Python 3 and drop Python 2 support 2022-02-13 15:31:12 -08:00
..
Makefile.inc scripts: fix dfu-convert.py for Python 3 and drop Python 2 support 2022-02-13 15:31:12 -08:00
Readme.md Fix link for windows_dfu_util 2018-10-03 15:20:09 -07:00
platform.c Update to recent libopencm3 to undo unwanted change. 2020-12-07 21:51:22 +01:00
platform.h Use DMA for USBUSART TX/RX 2021-04-17 17:57:08 +02:00
usbdfu.c Cleanup and Fix code for HydraBus 2016-04-18 00:48:06 +02:00

Readme.md

Connections

  • PA0: User button to force system bootloader entry with reset (enter USB DFU)

  • JTAG/SWD

  • PC0: TMS/SWDIO

  • PC1: TCK/SWCLK

  • PC2: TDI

  • PC3: TDO/TRACESWO

  • PC4: SRST (NRST/System Reset)

  • PC5: TRST (optional Test Reset)

  • Green Led(ULED/PA4): Indicator that system bootloader is entered via BMP

  • USB USART

  • PA9: USART1 TX (usbuart_xxx)

  • PA10: USART1 RX (usbuart_xxx)

How to Build

cd blackmagic
make clean
make PROBE_HOST=hydrabus

How to Flash the firmware with Windows