-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
CONFIG_ESP_CONSOLE_SECONDARY_NONE=y not entirely respected (IDFGH-14586) #15343
Labels
Status: Opened
Issue is new
Comments
Hi @florianhumblot May I know if the usb_serial_jtag_echo example works for you? |
@suda-morris can confirm that it also exhibits the behavior with the example. Log from the serial port (not USB):
Log from the USB:
My apps's minimal config:
|
I've also attached a screen recording showing the issue: usb_jtag_echo_bug.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answers checklist.
General issue report
I'm trying to use the USB port of the ESP32C3 as a serial port.
To do this, without spamming the application logs over it, I set:
Now I can initialize the driver and install it as described in: https://docs.espressif.com/projects/esp-idf/en/stable/esp32s3/api-guides/usb-serial-jtag-console.html
However, after rebooting, the first time that I write to the USB port using
usb_serial_jtag_write_bytes
I'll get some logging that looks like it comes from application startup:The code that I use to write to uart is:
Is there a way to prevent this from happening?
I'm using esp-idf 5.1.5 and an ESP32-C3
It seems like the bootloader doesn't care about the sdkconfig option
The text was updated successfully, but these errors were encountered: