DFU_Standalone project
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-07-30 6:09 PM
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
- Labels:
-
STM32Cube MCU Packages
-
STM32F4 Series
-
USB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-07-31 3:52 AM
> 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
