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-C2 hello_world default baudrate is 76800 baud (IDFGH-10670) #11899

Closed
3 tasks done
FBEZ opened this issue Jul 18, 2023 · 1 comment
Closed
3 tasks done

ESP32-C2 hello_world default baudrate is 76800 baud (IDFGH-10670) #11899

FBEZ opened this issue Jul 18, 2023 · 1 comment
Assignees
Labels
Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally

Comments

@FBEZ
Copy link

FBEZ commented Jul 18, 2023

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

Created the hello_world example from vscode plugin (v1.6.4), set target to esp32-c2, compiled and monitor. I'm using the ESP8486-devkit-M.

The monitor expects a 115200 baudrate but connected uart is at 76800. The sdkconfig is the default one

CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200
CONFIG_CONSOLE_UART_BAUDRATE=115200

Connecting with Putty at 76800 yields the expected output.

@espressif-bot espressif-bot added the Status: Opened Issue is new label Jul 18, 2023
@github-actions github-actions bot changed the title ESP32-C2 hello_world default baudrate is 76800 baud ESP32-C2 hello_world default baudrate is 76800 baud (IDFGH-10670) Jul 18, 2023
@igrr
Copy link
Member

igrr commented Jul 18, 2023

Probably your board has a 26 MHz XTAL, please try enabling CONFIG_XTAL_FREQ_26 option in menuconfig and then try again.

#11703

@espressif-bot espressif-bot added Status: Reviewing Issue is being reviewed and removed Status: Opened Issue is new labels Jul 24, 2023
@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: NA Issue resolution is unavailable and removed Status: Reviewing Issue is being reviewed labels Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally
Projects
None yet
Development

No branches or pull requests

4 participants