-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Investigate UART/CDC in all SoC #6765
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
Labels
Area: Peripherals API
Relates to peripheral's APIs.
Status: Needs investigation
We need to do some research before taking next steps on this issue
Comments
@technoblogy |
1 task
Thanks. |
probably unrelated? espressif/esp-idf#9318 (at a guess, that bug is user-app-specific, this bug is Arduino-runtime-specific) |
Thanks @egnor for the reference. I'll take it into consideration for the S3 USB Serial JTAG interface. |
Why is this closed? I have tested the ESP32-S3 CDC serial with Arduino core 3.1.0 and it still hangs up and so is unusable. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: Peripherals API
Relates to peripheral's APIs.
Status: Needs investigation
We need to do some research before taking next steps on this issue
@SuGlider I've now tested ESP32 Arduino 2.0.3 with a number of ESP32 boards, using a benchmark that involves uploading a program of about 1400 characters to my uLisp interpreter and then running it. The results are as follows:
Key observations:
Any thoughts about why USB CDC is now OK on ESP32-S2 but not ESP32-S3 or ESP32-C3?
Also, any idea where there's such a difference in performance? My benchmark isn't making use of serial, except to print the result at the end.
Originally posted by @technoblogy in #6221 (comment)
The text was updated successfully, but these errors were encountered: