Skip to main content
Visitor II
July 31, 2020
Question

DFU_Standalone project

  • July 31, 2020
  • 1 reply
  • 747 views

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

    This topic has been closed for replies.

    1 reply

    Super User
    July 31, 2020

    > 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