2020-10-09 10:36 PM
How to update stm32 h750 firmware by uart in ubuntu terminal?
Is there any open source ?
I found stm32flash tool, but it can not support stm32h7.
Is there any other option?
Solved! Go to Solution.
2020-10-13 08:14 AM
>>I found stm32flash tool, but it can not support stm32h7.
Pretty sure it could, I don't recall the protocol being so different. The source is open, so you could work on adding the specific functionality you need.
2020-10-13 08:05 AM
Hello @Davi,
Try with STM32CubeProgrammer, this tools provides an all-in-one software tool to program STM32 devices.
Have a look at this UM2237 "User manual STM32CubeProgrammer software description", details the hardware and software environment prerequisites (how to get STM32CubeProgrammer working with Ubuntu®18.04), as well as the available STM32CubeProgrammer software features.
Hope this helps you.
Imen
2020-10-13 08:14 AM
>>I found stm32flash tool, but it can not support stm32h7.
Pretty sure it could, I don't recall the protocol being so different. The source is open, so you could work on adding the specific functionality you need.