Open lukebayes opened 4 years ago
Can you give me more details on this? Is the exception not caught and ignored?
Looking into the code I'm pretty sure that this exception is caught and discarded in DeviceProgramming.Dfu.Device.Manifest
Thanks for taking a look, I'll try to get you more details if we bump into it again.
On Wed, Jul 15, 2020 at 1:15 PM IntergatedCircuits notifications@github.com wrote:
Looking into the code I'm pretty sure that this exception is caught and discarded in DeviceProgramming.Dfu.Device.Manifest
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/eightamps/aspen-sdk/issues/3#issuecomment-658892105, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAABFUI7NOTIWLDQ7LXCVEDR3XP2DANCNFSM4O2U4G7A .
DFU update is working, but it appears I was ignoring an exception in my install of Visual Studio.
After running on a new machine, line 309 throws after the device was successfully updated.
It looks like the caller is asking for a "GetStatus" with 6 zero bytes, which the receiver never ACKs.
Please take a look at your earliest convenience.
Thanks