Solved
DFU example for Application
I want to test out the DFU on STM32F429ZI-Nucleo
I have located the Boot loader project.
STM32F429ZI-Nucleo\Applications\USB_Device\DFU_Standalone
In order to have this Bootloader Jump into the App. Do I simply change the
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 2048K
of any STM example ?
or there is more to it ?
