In the documentation of the usb_examples/usb_device_dfu is described how to update the firmware of the device via usb. The example contains a premade image, but does not explain how to build an image that will be uploaded via the DFU. I guess it needs flash offset?
Is more documentation about this available?
Thanks,
Jonathan.
Hi Jonathan,
This image's address is 0x10000. It is in ITCM, not in flash. You can modify a normal flash base project to SRAM base in this way:
Regards,
Jing