ESP32-S3 external 32.768 KHz crystal not selected after waking up from deep sleep
Posted: Sat Aug 16, 2025 3:50 am
Hi All,
I have a similar setup as described here viewtopic.php?p=130554#p130554 where I am selecting the external crystal as RTC slow clock source before going to deep sleep.
I confirm through and that the crystal is running before going to deep sleep. But when I wake up from deep sleep and print the slow clock source, it says it is using the Internal 150KHZ.
Is this expected behavior? Or was my RTC clock source never switched to the external crystal in the first place? It seems odd to default back to 150KHZ every time after waking from deep sleep.
Thank you and appreciate any guidance here
I have a similar setup as described here viewtopic.php?p=130554#p130554 where I am selecting the external crystal as RTC slow clock source before going to deep sleep.
I confirm through
Code: Select all
rtc_clk_32k_enabled()Code: Select all
rtc_clk_slow_freq_getIs this expected behavior? Or was my RTC clock source never switched to the external crystal in the first place? It seems odd to default back to 150KHZ every time after waking from deep sleep.
Thank you and appreciate any guidance here