ESP32-D2WD Issue SW RESET issue.( Code flash done but not work as expect)

MANGUKIA
Posts: 24
Joined: Thu Apr 12, 2018 4:21 am
Location: Surat
Contact:

ESP32-D2WD Issue SW RESET issue.( Code flash done but not work as expect)

Postby MANGUKIA » Tue Apr 06, 2021 7:28 am

Dear,

Please find below the Schematic connection of the ESP32-D2WD SOIC based custom board design.

I use the ESPProg UART flash method to flash code.

I am successfully able to detect chips as well as able to flash a code using Arduino IDE.

But My issue is code does not run except what we write.

I got continue 115200 Serial rate data over the terminal monitor.

Can anyone confirm what is the exact issue?? based on data its continue SW RESET.

Write code for toggle GPIO as well as Dump "DATA" over serial 9600Bps but I can not show the result Yes, Code flash successful but some issue with RESET SW.

Use ESPProg:- https://www.digikey.in/product-detail/e ... OcQAvD_BwE

You can find connections, as well as serial data over, attach the image.
Attachments
Serial Monitor.PNG
Serial Monitor Show it's SW RST continue
Serial Monitor.PNG (69.64 KiB) Viewed 6035 times
Connetion.PNG
Its Pin connection diagram of ESP32-D2WD IC.
Connetion.PNG (36.5 KiB) Viewed 6035 times

ESP_Sprite
Posts: 8921
Joined: Thu Nov 26, 2015 4:08 am

Re: ESP32-D2WD Issue SW RESET issue.( Code flash done but not work as expect)

Postby ESP_Sprite » Tue Apr 06, 2021 10:54 am

You are aware that the D2WD chip already has 2MByte internal flash in it? Connecting an external flash to the same pins the internal flash is on probably leads to issues.

MANGUKIA
Posts: 24
Joined: Thu Apr 12, 2018 4:21 am
Location: Surat
Contact:

Re: ESP32-D2WD Issue SW RESET issue.( Code flash done but not work as expect)

Postby MANGUKIA » Wed Apr 07, 2021 11:13 am

I don't think the issue is we use an external flash.

We already try the design without EEPROM a month ago and we got an issue that can not upload/Flash chip so based on the forum we got the solution to add external EEPROM.

Also, have you check as per Espressrif reference design document page 10 (2.3 Flash (compulsory) and PSRAM (optional))

How we identify internal flash use that one pin ??? Also, We do the same pin connection as well as guide by ESP32 reference design.

https://www.espressif.com/sites/default ... nes_en.pdf

So I don't think it's a flash issue.
Attachments
Flash.PNG
External Flash must be required for all ESP32 chips.
Flash.PNG (170.92 KiB) Viewed 5976 times

WiFive
Posts: 3529
Joined: Tue Dec 01, 2015 7:35 am

Re: ESP32-D2WD Issue SW RESET issue.( Code flash done but not work as expect)

Postby WiFive » Wed Apr 07, 2021 4:04 pm

Esp32-d2wd is special, it has "external" flash die placed inside the package. Also it is 1.8v flash. It uses pins 16&17 for clk and cs and efuse are burned to use these pins. So you should use esp32-d0wd with separate flash chip.

MANGUKIA
Posts: 24
Joined: Thu Apr 12, 2018 4:21 am
Location: Surat
Contact:

Re: ESP32-D2WD Issue SW RESET issue.( Code flash done but not work as expect)

Postby MANGUKIA » Thu Apr 08, 2021 5:01 am

Hey,

Thank you.

What is the step if I would like to go with the internal Flash of ESP32-D2WD?

I order ESP32-D0WD and check it But need time to deliver Chip.

I want to run that board withESP32-D2WD I (I already test:- remove external flash and try to upload code but the board does not except ESP32-D2WD not upload code without external flash)

Can you suggest what I can do to work with ESP32-D2WD?

WiFive
Posts: 3529
Joined: Tue Dec 01, 2015 7:35 am

Re: ESP32-D2WD Issue SW RESET issue.( Code flash done but not work as expect)

Postby WiFive » Thu Apr 08, 2021 4:12 pm

Bootstrap it to 1.8v vddsdio and hope the flash was not damaged when you were running it at 3.3v. if it isn't working post the logs from flashing and booting and espefuse dump.

MANGUKIA
Posts: 24
Joined: Thu Apr 12, 2018 4:21 am
Location: Surat
Contact:

Re: ESP32-D2WD Issue SW RESET issue.( Code flash done but not work as expect)

Postby MANGUKIA » Fri Apr 09, 2021 7:45 am

Thanks,

As I check I am not able to find out any ESP32-D2WD SOIC based reference design Even I am not able to find any ESP32-WROOM or WROOVER module inside that ESP32-D2WD Used.

Can you help me to find out the Document for ESP32-D2WD SOIC based reference design Or any tested hardware which shows a 1.8V power supply for internal Flash / Which pin use to power 1.8V internal Flash?

I have ESP32 Series as well as ESP32-D0WD based reference design as well as ESP32-WROOM and WROOVER reference design in which ESP32 other variant use I would like ESP32-D2WD based reference and Module.

Thanks.

MANGUKIA
Posts: 24
Joined: Thu Apr 12, 2018 4:21 am
Location: Surat
Contact:

Re: ESP32-D2WD Issue SW RESET issue.( Code flash done but not work as expect)

Postby MANGUKIA » Wed Apr 14, 2021 4:23 am

Thanks,

As I check I am not able to find out any ESP32-D2WD SOIC based reference design Even I am not able to find any ESP32-WROOM or WROOVER module inside that ESP32-D2WD Used.

Can you help me to find out the Document for ESP32-D2WD SOIC based reference design Or any tested hardware which shows a 1.8V power supply for internal Flash / Which pin use to power 1.8V internal Flash?

I have ESP32 Series as well as ESP32-D0WD based reference design as well as ESP32-WROOM and WROOVER reference design in which ESP32 other variant use I would like ESP32-D2WD based reference and Module.

Thanks.

WiFive
Posts: 3529
Joined: Tue Dec 01, 2015 7:35 am

Re: ESP32-D2WD Issue SW RESET issue.( Code flash done but not work as expect)

Postby WiFive » Wed Apr 14, 2021 5:27 am

Esp32 has internal flash voltage regulator for vdd_sdio which is set to 1.8v by strapping pin or efuse

MANGUKIA
Posts: 24
Joined: Thu Apr 12, 2018 4:21 am
Location: Surat
Contact:

Re: ESP32-D2WD Issue SW RESET issue.( Code flash done but not work as expect)

Postby MANGUKIA » Tue Apr 20, 2021 4:00 am

Can you share any reference design with ESP32-D2WD based SOIC?

I already test with ESP32-S2WD but no luck I am not able to upload over that it's some flash issue May I Know what is an issue with ESP32-S2WD??

Also, I will get ESP32-D0WD before the weekend And I will follow your instruction and hopefully I will get running board soon.

Thanks,
AB.

Who is online

Users browsing this forum: No registered users and 119 guests