4 years, 8 months ago.

Can I flash on ESP32 module using Mbed?

Hi.

Are there way to flash on ESP32 module directly using Mbed?

I want to make a ESP32 firmware.

Thank you

2 Answers

4 years, 7 months ago.

Hi Hyunyong,

ESP32 is not cortex-m so couldn't directly use Mbed OS.

Daniel,

4 years, 7 months ago.

There is some more information here that might be helpful: https://os.mbed.com/teams/Renesas/code/esp32-driver/

That is for using ESP32 as a component rather than programming directly, but hopefully will be useful.