RT10[5-6]X DFU image

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

RT10[5-6]X DFU image

596 Views
jonver
Contributor II

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.

Labels (2)
0 Kudos
1 Reply

556 Views
jingpan
NXP TechSupport
NXP TechSupport

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:

pastedImage_2.png

pastedImage_3.png

Regards,

Jing

0 Kudos