I used STM32 IDE to create a .hex extension.
But need convert this .hex file to .dup file(for FOTA).
Previous convert tool was lost. I just have the flow like this.
stm32.py full fileName.hex > fileName.hupg
upgrade-gen.py hupg fileName.hupg -o fileName.dup
Does anybody know who to do or have regarding these tool?
Thanks.