Assuming that all peripherals that require the high frequency clock are disabled / turned off / stopped, how long does the HFINT oscillator run after calling __WFI()?
And if it's greater than 1ms or so, is there any way to shut it off faster?
Assuming that all peripherals that require the high frequency clock are disabled / turned off / stopped, how long does the HFINT oscillator run after calling __WFI()?
And if it's greater than 1ms or so, is there any way to shut it off faster?
If HFCLK is already powered down by the time __WFI() is called, then what's the CPU running off of?
You are very sane, i am thinking like a noodle today .. sorry for that. I am curious, of why it is important for you to know HFCLK stop time. what is the use case?
You are very sane, i am thinking like a noodle today .. sorry for that. I am curious, of why it is important for you to know HFCLK stop time. what is the use case?