Search found 2 matches

by Pecius
Fri Aug 20, 2021 7:02 am
Forum: Hardware
Topic: RMT and light-sleep in ESP32-C3
Replies: 2
Views: 2339

Re: RMT and light-sleep in ESP32-C3

Thank you for the response! But what do you mean it can be waked through those clocks? Could you please share an example code how to do it? The reason why I wanted to know if it's possible to run it in light-sleep is because I need to lower the current usage but still receive Manchester encoded mess...
by Pecius
Thu Aug 19, 2021 8:06 am
Forum: Hardware
Topic: RMT and light-sleep in ESP32-C3
Replies: 2
Views: 2339

RMT and light-sleep in ESP32-C3

I've noticed in the reference manual for ESP32-C3 that the RMT peripheral now supports two new additional clock sources: RTC20M_CLK and XTAL_CLK.

Can one of those clock source allow RMT to receive/transmit while the chip is in light-sleep mode?