Page 1 of 1

Is it possible to stop external 40MHz crystal oscillator from running?

Posted: Fri Dec 29, 2023 1:52 am
by F1RST1
The chip I am using is esp32s3.
I've checked the idf-framework and technical reference, and I found a register named SYSTEM_SOC_CLK_SEL. SYSTEM_SOC_CLK_SEL is XTAL_CLK by default. So would external 40MHz crystal oscillator stop running if I change this register to RC_FAST_CLK or PLL_CLK?
Image
Image

Re: Is it possible to stop external 40MHz crystal oscillator from running?

Posted: Fri Dec 29, 2023 9:07 am
by ESP_Sprite
No. A bunch of other stuff (PLL, radios, APB bus, ...) other than the CPU runs off the Xtal (directly or indirectly), so it will have to keep running.