im not using the IDF directly using the flash download tool latest download from site 3.9.3 factory mode
The code is written in on Arduino ESP core 3.0.7 within Arduino it uploads fine I built the spiff file with in this
i took all bins everything uploads fine but if i add or try just the spiffs ...
Search found 14 matches
- Mon Jun 16, 2025 5:30 pm
- Forum: General Discussion
- Topic: Latest Flash Download Tool Spiffs.bin error
- Replies: 3
- Views: 161
- Tue Jun 10, 2025 5:55 pm
- Forum: General Discussion
- Topic: Latest Flash Download Tool Spiffs.bin error
- Replies: 3
- Views: 161
Latest Flash Download Tool Spiffs.bin error
I the old version of the flash download tool i used to include my spiffs.bin but now when it get to this file it fails with com error. if i just send it i see it send the file then error sam com error . i am able to upload bootload,partionions,app0,main.bin with no issues if i use the file directly ...
- Fri Feb 11, 2022 10:11 pm
- Forum: ESP-IDF
- Topic: GPIO INSTALL ISR SERVICE
- Replies: 2
- Views: 3702
Re: GPIO INSTALL ISR SERVICE
Your da Man thats what it was I will have to rember this
- Thu Feb 10, 2022 11:36 pm
- Forum: ESP-IDF
- Topic: GPIO INSTALL ISR SERVICE
- Replies: 2
- Views: 3702
GPIO INSTALL ISR SERVICE
I have just switched over to clipse and new version of IDF 4.4 got esp32 s3
When i try to install isr service i am getting 266 error code
Digital::Digital() {
esp_err_t err=0;
ESP_LOGI(TAG, "start digi");
// TODO Auto-generated constructor stub
gpio_config_t io_conf = {};
//disable interrupt ...
When i try to install isr service i am getting 266 error code
Digital::Digital() {
esp_err_t err=0;
ESP_LOGI(TAG, "start digi");
// TODO Auto-generated constructor stub
gpio_config_t io_conf = {};
//disable interrupt ...
- Tue Oct 13, 2020 3:21 am
- Forum: Hardware
- Topic: Flasher Tool ESP32 not booting after
- Replies: 0
- Views: 1961
Flasher Tool ESP32 not booting after
I have my flasher set up as directed but the board will not boot. It works fine in Arduino and i have that text below from its log and log text of the flasher. It flashes the memory fine just never starts.
flasher.png
When its not working this what debug boot looks like
rst:0x1 (POWERON_RESET ...
flasher.png
When its not working this what debug boot looks like
rst:0x1 (POWERON_RESET ...
- Thu Oct 08, 2020 5:46 pm
- Forum: General Discussion
- Topic: ESP32 Flashing tool not working
- Replies: 7
- Views: 7345
Re: ESP32 Flashing tool not working
Is there someone that I can contact to help on this.
- Tue Oct 06, 2020 12:21 pm
- Forum: General Discussion
- Topic: ESP32 Flashing tool not working
- Replies: 7
- Views: 7345
Re: ESP32 Flashing tool not working
This is it working in Arduino
Uploading 'ChatterBoxv1' to 'LOLIN D32 PRO' using 'COM25'
esptool.py v2.6
Serial port COM25
Connecting......
Chip is ESP32D0WDQ5 (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
MAC: 98:f4:ab:7d:bd:a0
Uploading stub ...
Uploading 'ChatterBoxv1' to 'LOLIN D32 PRO' using 'COM25'
esptool.py v2.6
Serial port COM25
Connecting......
Chip is ESP32D0WDQ5 (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
MAC: 98:f4:ab:7d:bd:a0
Uploading stub ...
- Sat Oct 03, 2020 7:06 pm
- Forum: General Discussion
- Topic: ESP32 Flashing tool not working
- Replies: 7
- Views: 7345
Re: ESP32 Flashing tool not working
it just keeps repeating the below i attached my partition table below
rst:0x1 (POWERON_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57
rst:0x10 (RTCWDT_RTC_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d ...
rst:0x1 (POWERON_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57
rst:0x10 (RTCWDT_RTC_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d ...
- Tue Sep 29, 2020 11:31 pm
- Forum: General Discussion
- Topic: ESP32 Flashing tool not working
- Replies: 7
- Views: 7345
Re: ESP32 Flashing tool not working
Can someone help me here or should I take this to Expressif I need this working ASAP
- Mon Sep 28, 2020 5:37 pm
- Forum: ESP-IDF
- Topic: Scan AccessPoint list cause station/client disconnect
- Replies: 10
- Views: 12625
Re: Scan AccessPoint list cause station/client disconnect
Need to look at available networks while connected.