Another technical question about controlling the RMT device
Posted: Tue Dec 24, 2019 4:17 pm
I'm wondering if anyone out there can answer a fairly low-level question about the RMT device (in TX mode):
I have the hardware/software set up to generate an interrupt after a certain number of RMT items have been sent. In the interrupt handler, I refill the RMT memory buffer with the next sequence of items. My question is how and when does the RMT device know to continue processing the items after the interrupt is invoked? Does it wait until the interrupt handler returns (and how does that work)? Or does it just continue sending items even as the interrupt handler runs?
Thanks to all the amazing experts on this forum!
I have the hardware/software set up to generate an interrupt after a certain number of RMT items have been sent. In the interrupt handler, I refill the RMT memory buffer with the next sequence of items. My question is how and when does the RMT device know to continue processing the items after the interrupt is invoked? Does it wait until the interrupt handler returns (and how does that work)? Or does it just continue sending items even as the interrupt handler runs?
Thanks to all the amazing experts on this forum!