espressif / esp-serial-flasher

Library for flashing Espressif SoCs from other MCUs.
Apache License 2.0
363 stars 107 forks source link

QUESTION | Will be possible use Flipper Zero as host to flash an ESP32? (ESF-18) #45

Closed sartoriedo closed 1 year ago

sartoriedo commented 1 year ago

I was wondering if is possible use Flipper Zero to flash sketch in an esp

MaValki commented 1 year ago

Hi, Since Flipper Zero is powered by STM32WB55, you would most likely have to write port layer. Example/Port for F4 series is available, however, HAL layer of STM32WB55 may be slightly different.