Page 1 of 1

Burn code to ESP32-WROOM-32 Module using ESP32 FLASH DOWNLOAD TOOL software

Posted: Mon Aug 11, 2025 10:55 am
by OderlandoRSilva
Hello. I created a flowchart for the ESP32-WROOM-32 module using FlowCode. I need to send the file to someone who doesn't have FlowCode so they can flash an ESP32 module. I tried using the 'ESP32 FLASH DOWNLOAD TOOL' software to write the .bin file to memory, but after burning, the code doesn't run correctly. I would like some help to get this done correctly.

Re: Burn code to ESP32-WROOM-32 Module using ESP32 FLASH DOWNLOAD TOOL software

Posted: Mon Aug 11, 2025 11:40 am
by mnfisher
The start address depends on the partition table used.

I think the default is 0x10000 not 0x1000 - so try the different address

Martin

Re: Burn code to ESP32-WROOM-32 Module using ESP32 FLASH DOWNLOAD TOOL software

Posted: Mon Aug 11, 2025 12:30 pm
by stefan.erni
Hi Silva, Hi Martin

Either load 3 files (blue version) or
assemble bootloader+partition+Flowcode .bin beforehand. (green version)
2025-08-11_13-24-05.PNG
2025-08-11_13-24-05.PNG (599.73 KiB) Viewed 1646 times