STM32 .hex file convert to .dup file

122 Views Asked by At

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.

0

There are 0 best solutions below