|
|
@@ -424,11 +424,11 @@ menu "ESP32S2-specific"
|
|
|
expense of slightly higher (1uA) deep sleep current consumption.
|
|
|
- "External 32kHz oscillator" allows using 32kHz clock generated by an
|
|
|
external circuit. In this case, external clock signal must be connected
|
|
|
- to 32K_XP pin. Amplitude should be <1.2V in case of sine wave signal,
|
|
|
+ to 32K_XN pin. Amplitude should be <1.2V in case of sine wave signal,
|
|
|
and <1V in case of square wave signal. Common mode voltage should be
|
|
|
0.1 < Vcm < 0.5Vamp, where Vamp is the signal amplitude.
|
|
|
- Additionally, 1nF capacitor must be connected between 32K_XN pin and
|
|
|
- ground. 32K_XN pin can not be used as a GPIO in this case.
|
|
|
+ Additionally, 1nF capacitor must be connected between 32K_XP pin and
|
|
|
+ ground. 32K_XP pin can not be used as a GPIO in this case.
|
|
|
- "Internal 8MHz oscillator divided by 256" option results in higher
|
|
|
deep sleep current (by 5uA) but has better frequency stability than
|
|
|
the internal 90kHz oscillator. It does not require external components.
|
|
|
@@ -438,7 +438,7 @@ menu "ESP32S2-specific"
|
|
|
config ESP32S2_RTC_CLK_SRC_EXT_CRYS
|
|
|
bool "External 32kHz crystal"
|
|
|
config ESP32S2_RTC_CLK_SRC_EXT_OSC
|
|
|
- bool "External 32kHz oscillator at 32K_XP pin"
|
|
|
+ bool "External 32kHz oscillator at 32K_XN pin"
|
|
|
config ESP32S2_RTC_CLK_SRC_INT_8MD256
|
|
|
bool "Internal 8MHz oscillator, divided by 256 (~32kHz)"
|
|
|
endchoice
|
|
|
@@ -459,7 +459,7 @@ menu "ESP32S2-specific"
|
|
|
When this option is set to 0, clock calibration will not be performed at
|
|
|
startup, and approximate clock frequencies will be assumed:
|
|
|
|
|
|
- - 150000 Hz if internal RC oscillator is used as clock source. For this use value 1024.
|
|
|
+ - 90000 Hz if internal RC oscillator is used as clock source. For this use value 1024.
|
|
|
- 32768 Hz if the 32k crystal oscillator is used. For this use value 3000 or more.
|
|
|
In case more value will help improve the definition of the launch of the crystal.
|
|
|
If the crystal could not start, it will be switched to internal RC.
|