cancel
Showing results for 
Search instead for 
Did you mean: 

DFU_Standalone project

FKwan
Associate II

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

1 REPLY 1
Pavel A.
Evangelist III

> The Tools would show "Error" and eventually crash the PC with the "Blue Screen"

This is a known error, ST is going to fix the driver (or publish its source, so users can do it).

-- pa