Closed harish2297 closed 3 years ago
Hi,
Will xTimerReset block RX interrupt ? I am not sure what is your question. The RX interrupt can be block if the QueueModbusHandle is full, however that queue is processed continuously.
Should portYieldFromISR() should be in Rx Callback also ? Yes you are right, I added portYieldFromISR() to the RX callback and moved it to the callbacks file.
Will xTimerReset block RX interrupt ? Should portYieldFromISR() should be in Rx Callback also ?