2012-10-01 03:51 PM
I've been trying to write an application in C♯/.Net to upload a generated DFU image to an STM32.
I have examined the dfuSe example, however I am having problems with the STDFUFiles and STDFUPRT projects. I'm unable to reference them from C♯, and they seem to include a bunch of overhead that I'd rather avoid (threading, etc). Is there an example on how to do Uploads/Downloads/Verifications/etc using only the pure STDFU.dll? I've used Depends to find the method signatures for the dll, but don't see any example of how one would go about using it without the Files and PRT projects. Thanks! #dfu2015-02-05 06:12 PM
stdfu_get_dfu_descriptor and other function is not working in windows 8 when device is in DFU mode.
can you give any suggestions for this?
Thanks!2015-02-05 07:55 PM
Disable the driver signing requirement?