ChibiOS-Contrib/demos/HT32/HT32F165x_USB_DFU
zykrahgaming e898157b18 Even more more changes to chconf.h files 2022-01-01 18:37:17 +11:00
..
board [HAL/HT32]: Initial HT32 Support with a USB-DFU Demo 2020-12-31 02:27:13 -05:00
cfg Even more more changes to chconf.h files 2022-01-01 18:37:17 +11:00
openocd [HAL/HT32]: Initial HT32 Support with a USB-DFU Demo 2020-12-31 02:27:13 -05:00
source [HAL/HT32]: Initial HT32 Support with a USB-DFU Demo 2020-12-31 02:27:13 -05:00
.gitignore [HAL/HT32]: Initial HT32 Support with a USB-DFU Demo 2020-12-31 02:27:13 -05:00
Makefile Updated Makefiles to use newer ARM ports 2022-01-01 17:41:28 +11:00
main.c [HAL/HT32]: Initial HT32 Support with a USB-DFU Demo 2020-12-31 02:27:13 -05:00
readme.md [HAL/HT32]: Initial HT32 Support with a USB-DFU Demo 2020-12-31 02:27:13 -05:00

readme.md

USB DFU Demo

This is an example software bootloader implementing the USB-DFU 1.1 standard.

You can customize the USB Vendor ID / Product ID in the source/usbdfu.c file. The VID:PID is default to 04d9:F00D

It expect that your actual code to be loaded at 0x2000 (APP_BASE)