ESP32Time icon indicating copy to clipboard operation
ESP32Time copied to clipboard

External 32KHz RTC clock

Open Nagymadar opened this issue 4 years ago • 2 comments

Any idea how to set it up in platformio with external 32Khz RTC clock? Just enabling the external clock (below) gives ~(150K / 32K) slower time intervals.

void start_external_32khz_clock(){ rtc_clk_32k_bootstrap(512); rtc_clk_32k_enable(true); rtc_clk_slow_freq_set(RTC_SLOW_FREQ_32K_XTAL); }

Nagymadar avatar Jun 30 '21 12:06 Nagymadar

This is in my opinion a very good point. If you read RTC you expect a exact clock. I did not find a solution to get a exact clock out of the esp. - I find the implementation of the library very good and I know this ist a espressive problem. Nevertheless a solution would be extremely helpful.

kainzjo1 avatar Feb 20 '22 21:02 kainzjo1

#3

fbiego avatar Feb 21 '22 11:02 fbiego