-
Hey, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
if you can add STM32L432 to my ArduinoOTA library. Only STM32F are supported now. It looks like L4 has flash organized as F3. |
Beta Was this translation helpful? Give feedback.
-
yes BasicOTA for esp32 updates the esp32. |
Beta Was this translation helpful? Give feedback.
yes
BasicOTA for esp32 updates the esp32.
arduinoOTA tool from ArduinoIDE does a http upload of the binary. but then the binary needs to be send to stm32 bootloader. what tool does a normal serial upload to STM32L4? that tool mut be implemented on esp32 then.