Looking for an open source USB DFU protocol programmer application
I'd like to be able to distribute secure code updates (encrypted) to clients along with an application that can program the STM32H743 over USB.
The STM32CubeProgrammer works well with our board, but does not provide any security as far as I know for the code files, .elf or others.
The idea is to have an application in which we can add code to decode our encrypted source and program the MCU over the USB link in boot mode.
I am sure this would be useful to other developers needing to securely distribute code updates to clients or remote machines.
