DFU_Standalone project
I am trying to implement the DFU on STM32. So taking the following project as reference.
Everything working well.
- DfuSe_Demo_V3.0.6
- STM32Cube_FW_F4_V1.25.0\Projects\STM32F429ZI-Nucleo\Applications\USB_Device\DFU_Standalone\SW4STM32
But when I reallocate the USB file from original folder "Application" to other folder, the built code can start and run. But as soon as DfuSe Demo trying to perform "update" application.
The Tools would show "Error" and eventually crash the PC with the "Blue Screen"
Stop code : PAGE_FAULT_IN_NONPAGED_AREA
