I can confirm the exact same findings. I was not the one who tested the 10M resistor, a colleague did, but reported no change at all in the boards behaviour - though I haven't reported this because we didn't yet test this on the WROVER board, but a custom one.therealergo wrote: ↑Sat Jul 10, 2021 2:55 amSometimes I don't see the "BTDM_INIT: 32.768kHz XTAL not detected" message, but the 32.768k clock is unstable and causes the board to usually crash when entering light sleep.
As to the unstable clock, this only happened to me if I pushed the calibration cycles to a absurdly high value (8K+) & the board probably thought that the clock was running. This would either lead to RTCWDT panics (or something similar, I don't remember the name from heart), boards not waking up from a timed deep sleep, or something similar.
We'll continue to debug this, but as a simple sure fix (for custom boards), I would suggest just eating the cost of a MEMS oscillator instead of dealing with undocumented hardware requirements - this is our fallback plan as well, as we've been able to demonstrate that an external clock (ex. function generator) works reliably.