Posted on July 04, 2012 at 10:40I've tried with safe code but without success. Some says, that it's possible - but there's much ''cleaner'' with unsafe code. Finally did erase and upgrade operation on .dfu files. Now working on hex files hard coded ...
Posted on July 02, 2012 at 12:24
after 3 days finally get it worked! Return operation works fine.
Solution:
In DFU_THREAD_CONTEXT structure shouldn't use ''Boolean'' type inbDontSendFFTransfersForUpgrade - just ''byte'' type:
//...
Posted on June 29, 2012 at 21:08Hi Marco,I thought that passing devPath is enough. I've just tried to pass device handle to Context but still the same error.I've tested also without passing image handle (hImage) and exception doesn't appear, but the...
Posted on June 29, 2012 at 11:05 The original post was too long to process during our migration. Please click on the provided URL to read the original post. https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=06...
Posted on June 27, 2012 at 17:32
I'm still far away from final point. First of all I need to implement firmware update working with .dfu files, next with .hex files.
I'm thinking how to implement CreateMappingFromDevice function without u...