2020-07-30 06:09 PM
I am trying to implement the DFU on STM32. So taking the following project as reference.
Everything working well.
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
2020-07-31 03: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