esp-hal icon indicating copy to clipboard operation
esp-hal copied to clipboard

ESP32: RTC domain must be initialized on boot

Open MabezDev opened this issue 1 year ago • 0 comments

I didn't label this as a bug yet, but if crate::rtc_cntl::Rtc::new(&mut peripherals.LPWR); is not called on boot on the esp32, many things get broken, namely wifi. Given that we always do this, it's not a problem yet but if we ever resolve https://github.com/esp-rs/esp-hal/issues/1698 it will be.

context: https://github.com/esp-rs/esp-hal/pull/2104

MabezDev avatar Sep 06 '24 13:09 MabezDev