JAndrassy / ArduinoOTA

Arduino library to upload sketch over network to Arduino board with WiFi or Ethernet libraries
GNU Lesser General Public License v2.1
424 stars 87 forks source link

Support for STM32H7 series #215

Open gcharles81 opened 11 months ago

gcharles81 commented 11 months ago

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

JAndrassy commented 11 months ago

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

vovagorodok commented 11 months ago

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?