Closed
Description
Is your feature request related to a problem?
It would be great if the RMT library could provide the state of the rmt peripheral - specifically whether data is already being received. Right now I can just call start and when the data is received, an interrupt will occur. I use the RMT peripheral to receive long data (several seconds) and it would be good to know that the data is already being received. Either by some status bit or by using an interrupt.
Describe the solution you'd like.
No response
Describe alternatives you've considered.
I am currently using an RMT peripheral to receive the data and an interrupt from the same pin to signal the start of data reception.
Additional context.
No response