Search found 1 match

by Nikd00
Wed Mar 06, 2024 5:23 pm
Forum: General Discussion
Topic: RMT callback delay
Replies: 0
Views: 1630

RMT callback delay

Hi, for my project I need to set 4 gpio outputs based on signal in form of very short pulses (tens of ns) and speed is crucial. I think RMT is great for reading the pulses, however, the callback seems to have a high latency. The code below is simplified ir_nec_transceiver example. So far it only tog...