blob: bc831d207488f0c161ecd2763e4b077bd3e69a5d (
plain)
1
2
3
4
5
6
7
8
|
# 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)
|