Question
I'm building a stm32f042 HID device/product, what are my options for updating it 'out in the wild'?
Posted on December 17, 2016 at 20:41
The device uses the onboard USB capabilities of the stm32f042 and acts as a HID device.
I trying to find the best way to update the device when it is out in the wild, what are my options for doing this?
I would want this to happen over the usb connection im already using.
Ive looked into DFU: but I cant find a solution that doesn't involve the installation of drivers and is cross-platform.
Is there any tried and tested way of doing this or a solution im just unaware of?
Any help is greatly appreciated
Thanks
Nathan
#dfu #usb #update