ChibiOS-Contrib/demos/HT32/HT32F165x_USB_DFU
codetector 7230eb96cc
[HAL/HT32]: Initial HT32 Support with a USB-DFU Demo
2020-12-31 02:27:13 -05:00
..
board [HAL/HT32]: Initial HT32 Support with a USB-DFU Demo 2020-12-31 02:27:13 -05:00
cfg [HAL/HT32]: Initial HT32 Support with a USB-DFU Demo 2020-12-31 02:27:13 -05: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 [HAL/HT32]: Initial HT32 Support with a USB-DFU Demo 2020-12-31 02:27:13 -05: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)