ArduinoOTA icon indicating copy to clipboard operation
ArduinoOTA copied to clipboard

Support for STM32H7 series

Open gcharles81 opened this issue 1 year ago • 2 comments

Hello first of all thank you for this library I currently use it on the 32F series ,

I would like to know if there is a possibility to support the STM32H7 series with this library Thank you

gcharles81 avatar Aug 01 '23 09:08 gcharles81

maybe the code for one of the STM32F will work. compare the datasheets of F and H about the flash memory operations.

JAndrassy avatar Aug 01 '23 09:08 JAndrassy

Have the same issue with STM32WBxx or other STM32 with BLE: https://github.com/vovagorodok/ArduinoBleOTA/issues/30

platform = ststm32
board = nucleo_wb55rg_p

It's easy to add them?

vovagorodok avatar Aug 08 '23 08:08 vovagorodok