You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TX and RX are connected to CH340 USB to UART chip.
Version
latest master (checkout manually)
IDE Name
Arduino IDE
Operating System
Windows 10
Flash frequency
80Mhz
PSRAM enabled
yes
Upload speed
115200
Description
I am working on a PCB design based on the ESP32-S3. In our initial prototype, we used a 2-layer PCB, and it worked fine.
For the next iteration, we upgraded to a 4-layer PCB, where we added additional Power and GND planes. However, we're experiencing issues when uploading code to the device.
Could the problem be related to using the same capacitor and resistor values in the RC circuits on the Enable pin and IO0 pin that we used for the 2-layer PCB?
Please advise on how we can address this issue. I am sharing the schematic below.
Sketch
voidsetup()
{
}
Void loop()
{
}
Debug Message
Sketch uses 268405 bytes (20%) of program storage space. Maximum is 1310720 bytes.
Global variables use 18808 bytes (5%) of dynamic memory, leaving 308872 bytes for local variables. Maximum is 327680 bytes.
"C:\Users\hardi\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\4.5.1/esptool.exe" --chip esp32s3 --port "COM7" --baud 921600 --before default_reset --after hard_reset write_flash -e -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 "C:\Users\hardi\AppData\Local\Temp\arduino\sketches\15D75FF90C55FB9F0F99D7202D1A3FE4/BlinkBinary.ino.bootloader.bin" 0x8000 "C:\Users\hardi\AppData\Local\Temp\arduino\sketches\15D75FF90C55FB9F0F99D7202D1A3FE4/BlinkBinary.ino.partitions.bin" 0xe000 "C:\Users\hardi\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.16/tools/partitions/boot_app0.bin" 0x10000 "C:\Users\hardi\AppData\Local\Temp\arduino\sketches\15D75FF90C55FB9F0F99D7202D1A3FE4/BlinkBinary.ino.bin"
esptool.py v4.5.1
Serial port COM7
Connecting...............................
A serial exception error occurred: Cannot configure port, something went wrong. Original message: PermissionError(13, 'Access is denied.', None, 5)
Note: This error originates from pySerial. It is likely not a problem with esptool, but with the hardware connection or drivers.
For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html
Failed uploading: uploading error: exit status 1
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
I confirm I have checked existing issues, online documentation and Troubleshooting guide.
The text was updated successfully, but these errors were encountered:
Board
ESP32-S3
Device Description
ESP32-S3 based PCB
Hardware Configuration
TX and RX are connected to CH340 USB to UART chip.
Version
latest master (checkout manually)
IDE Name
Arduino IDE
Operating System
Windows 10
Flash frequency
80Mhz
PSRAM enabled
yes
Upload speed
115200
Description
I am working on a PCB design based on the ESP32-S3. In our initial prototype, we used a 2-layer PCB, and it worked fine.
For the next iteration, we upgraded to a 4-layer PCB, where we added additional Power and GND planes. However, we're experiencing issues when uploading code to the device.
Could the problem be related to using the same capacitor and resistor values in the RC circuits on the Enable pin and IO0 pin that we used for the 2-layer PCB?
Please advise on how we can address this issue. I am sharing the schematic below.
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: