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

For general Flowcode discussion that does not belong in the other sections.
Post Reply
OderlandoRSilva
Posts: 34
http://meble-kuchenne.info.pl
Joined: Mon Oct 30, 2023 1:17 pm
Has thanked: 2 times
Been thanked: 5 times

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

Post 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.
Attachments
Captura de tela 2025-08-11 064945.png
Captura de tela 2025-08-11 064945.png (123.11 KiB) Viewed 1663 times

mnfisher
Valued Contributor
Posts: 1626
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 142 times
Been thanked: 757 times

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

Post 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

stefan.erni
Valued Contributor
Posts: 1065
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 201 times
Been thanked: 224 times

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

Post 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 1643 times

Post Reply