Clock and power configuration docs
Posted: Thu Jun 28, 2018 12:48 pm
Hi,
please give us more info about RTC, mainly power and clock part. Present version of docs is very unclear about that.
please give us more info about RTC, mainly power and clock part. Present version of docs is very unclear about that.
- Shouldn't it be 80 MHz instead of 120 MHz? https://github.com/espressif/esp-idf/bl ... clk.c#L675
- What does this do? It is not mentioned in docs. https://github.com/espressif/esp-idf/bl ... clk.c#L699
- Is not mentioned in docs. Do other bits of this register (except bit 14 and 17) have any function? https://github.com/espressif/esp-idf/bl ... #L701-L703
- According to what should we configure DBIAS, sleep DBIAS and wake-up DBIAS values?
- What is RTC_DBOOST and when should it be used?
- Will this be documented? Are any other XTAL frequencies supported with PLL right configured or 40 MHz, 26 MHz and 24 MHz are the only possible ones? https://github.com/espressif/esp-idf/bl ... #L278-L379
- Nearly all (maybe all?) clock sources (main XTAL, RTC 8 MHz, RTC 150 kHz, XTAL 32 kHz) can be calibrated using TIMG. How to do that?
- Ugh? https://github.com/espressif/esp-idf/bl ... .c#L25-L98