mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
7ff9332243
When doing OCode self-calibration in rtc_init.c, it will change the system clock from PLL to XTAL, which is in a lower frequency, and MSPI timing tuning is not needed. Therefore we should modify the timing configurations accordingly, and set it back after the calibration. This is a temporary fix