blackmagic/src/platforms/hydrabus
Uwe Bonnes 1330288271 firmware: Unify serial number handling
Use one file in dfu and server
For STM32, provide 3 ways to handle
- BMP way (8 bytes)
- DFU way (12 Bytes)
- Full unique id (24 Bytes), as with STLINK(V3) Bootloader
2021-04-25 16:02:20 +02:00
..
Makefile.inc firmware: Unify serial number handling 2021-04-25 16:02:20 +02: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