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