mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp32: by default, set 40MHz crystal frequency
This commit is contained in:
parent
024ef51d1a
commit
4184968469
@ -36,7 +36,7 @@ void esp_set_cpu_freq(void)
|
||||
// wait uart tx finish, otherwise some uart output will be lost
|
||||
uart_tx_wait_idle(CONFIG_CONSOLE_UART_NUM);
|
||||
|
||||
rtc_init_lite(XTAL_AUTO);
|
||||
rtc_init_lite(XTAL_40M);
|
||||
// work around a bug that RTC fast memory may be isolated
|
||||
// from the system after rtc_init_lite
|
||||
SET_PERI_REG_MASK(RTC_CNTL_PWC_REG, RTC_CNTL_FASTMEM_FORCE_NOISO_M);
|
||||
|
Loading…
Reference in New Issue
Block a user