Production Programming STM32F042 using USB DFU
I am considering STM32F042 in a new product design to provide USB RNDIS interface to the product.
Looking at manufacturing options to program the STM32F042 device, I would prefer to use the USB port rather than adding a debug header to the design for SWD.
I can see that STM32Cube is the recommended method to program via USB DFU. I can also see that there was a command line utility DfuSe, which is no longer recommended.
I would prefer a command line utility rather than have production technician operating the STM32Cube IDE which is relatively slow and has a higher risk of error.
Is a command line utility available for this type of application?
If there is no utility, is it possible to publish the DFU protocol so that we can develop our own programmer as part of the production test process?
Thanks,
