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?
Is it possible to stop external 40MHz crystal oscillator from running?
-
- Posts: 9729
- Joined: Thu Nov 26, 2015 4:08 am
Re: Is it possible to stop external 40MHz crystal oscillator from running?
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.
Who is online
Users browsing this forum: No registered users and 74 guests