Skip to content

ESP32 XTAL configuration from Zephyr #36827

Answered by cederom
cederom asked this question in Q&A
Discussion options

You must be logged in to vote

As explained here https://github.com/zephyrproject-rtos/hal_espressif/issues/38 by @sylvioalves this is rtc setting and can be adjusted in dts/overlay file with:

&rtc {
    xtal-freq = <ESP32_CLK_XTAL_26M>;
};

Note: ESP32_CLK_XTAL_AUTO is not yet supported but it is planned :-)

TANK U SIR!! =)

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by cederom
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
platform: ESP32 Espressif ESP32
5 participants