Page 1 of 1

Does RMT loop implementation use Interrupt ?

Posted: Wed Oct 26, 2022 5:03 pm
by sanjuchopra
I am experimenting with RMT peripheral. I like how flexible and extensible it is.
I wanted to know few things about its implementation in IDF v4.4.2.

When we enable loop_en in tx_config, does it use interrupt to resend the signals or DMA or its handled by RMT hardware ?
This information is important for me, if in case its using interrupt or any CPU cycle , I would like to optimize it.

Re: Does RMT loop implementation use Interrupt ?

Posted: Thu Oct 27, 2022 2:32 am
by ESP_morris
By hardware.