Burn code to ESP32-WROOM-32 Module using ESP32 FLASH DOWNLOAD TOOL software
-
- 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
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 (123.11 KiB) Viewed 1665 times
-
- 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
The start address depends on the partition table used.
I think the default is 0x10000 not 0x1000 - so try the different address
Martin
I think the default is 0x10000 not 0x1000 - so try the different address
Martin
-
- 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
Hi Silva, Hi Martin
Either load 3 files (blue version) or
assemble bootloader+partition+Flowcode .bin beforehand. (green version)
Either load 3 files (blue version) or
assemble bootloader+partition+Flowcode .bin beforehand. (green version)