Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32-s3 reset exception after burning program #177

Closed
3 tasks done
git-user-hw opened this issue Jan 7, 2025 · 0 comments · Fixed by #146
Closed
3 tasks done

ESP32-s3 reset exception after burning program #177

git-user-hw opened this issue Jan 7, 2025 · 0 comments · Fixed by #146

Comments

@git-user-hw
Copy link

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate
  • Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
  • Tested with the latest version to ensure the issue hasn't been fixed

How often does this bug occurs?

always

Expected behavior

https://espressif.github.io/esptool-js/
We used the web to burn the ESP32-S3 program and found that the RTS pin could not be reset properly after burning, but using Platformio for burning was normal.

Actual behavior (suspected bug)

Unable to reset RTS pin properly after burning completion:

fail:
1

success:
2

Error logs or terminal output

Writing at 0x00010000... (1 %)
Writing at 0x0001b776... (3 %)
Writing at 0x0002a439... (5 %)
Writing at 0x00035464... (7 %)
Writing at 0x0004109c... (8 %)
Writing at 0x00050f01... (10 %)
Writing at 0x00059e49... (12 %)
Writing at 0x0006040f... (14 %)
Writing at 0x000685fb... (15 %)
Writing at 0x0007b10b... (17 %)
Writing at 0x00083799... (19 %)
Writing at 0x0008c024... (21 %)
Writing at 0x000949cc... (22 %)
Writing at 0x0009bada... (24 %)
Writing at 0x000a1cba... (26 %)
Writing at 0x000a83d9... (28 %)
Writing at 0x000ae4b5... (29 %)
Writing at 0x000b4326... (31 %)
Writing at 0x000b9df9... (33 %)
Writing at 0x000bf810... (35 %)
Writing at 0x000c53e1... (36 %)
Writing at 0x000cad51... (38 %)
Writing at 0x000cffda... (40 %)
Writing at 0x000d574c... (42 %)
Writing at 0x000dad9c... (43 %)
Writing at 0x000e0456... (45 %)
Writing at 0x000e5dfc... (47 %)
Writing at 0x000eb1d4... (49 %)
Writing at 0x000f05cb... (50 %)
Writing at 0x000f5dca... (52 %)
Writing at 0x000fb073... (54 %)
Writing at 0x001020b7... (56 %)
Writing at 0x001079bb... (57 %)
Writing at 0x0010cf81... (59 %)
Writing at 0x0011267a... (61 %)
Writing at 0x00117825... (63 %)
Writing at 0x0011cfbd... (64 %)
Writing at 0x00122d85... (66 %)
Writing at 0x0012867b... (68 %)
Writing at 0x0012dbbc... (70 %)
Writing at 0x00132efc... (71 %)
Writing at 0x001381ab... (73 %)
Writing at 0x0013d822... (75 %)
Writing at 0x00142ff4... (77 %)
Writing at 0x001483c2... (78 %)
Writing at 0x0014d7ec... (80 %)
Writing at 0x0015300c... (82 %)
Writing at 0x00158f55... (84 %)
Writing at 0x0015ea6d... (85 %)
Writing at 0x00165ad8... (87 %)
Writing at 0x001702f3... (89 %)
Writing at 0x001762b2... (91 %)
Writing at 0x0017b3f5... (92 %)
Writing at 0x00180bc8... (94 %)
Writing at 0x00186800... (96 %)
Writing at 0x0018bd90... (98 %)
Writing at 0x00191561... (100 %)
Wrote 1602128 bytes (932972 compressed) at 0x0 in 22.7 seconds.
Hash of data verified.
Leaving...

Steps to reproduce the behavior

1.open https://espressif.github.io/esptool-js/
2.connect
3.start

Project release version

https://espressif.github.io/esptool-js/

System architecture

Intel/AMD 64-bit (modern PC, older Mac)

Operating system

Windows

Operating system version

Windows10

Shell

ZSH

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant