Page 1 of 1

RMT error, status 0x04000000

Posted: Thu Sep 05, 2019 12:49 pm
by vgonet
Hello,

I've implemented a code which is able to decode RC5 protocole (RX only). It's working but sometimes, I've the following error.

E (468926) rmt: RMT[0] ERR
E (468926) rmt: status: 0x04000000

Can you please help me to know what this status means ?

Thank you and best regards.
Vincent

Re: RMT error, status 0x04000000

Posted: Thu Sep 05, 2019 8:58 pm
by WiFive

Code: Select all

E (468926) rmt: RMT[0] ERR //channel 0 error interrupt
E (468926) rmt: status: 0x04000000  //channel 0 status = 4 (wait)

Re: RMT error, status 0x04000000

Posted: Fri Sep 06, 2019 7:00 am
by vgonet
Hello WiFive,

Thank you very much for your answer. Where can I find the meaning of all the RMT status ?

Best regards,
Vincent

Re: RMT error, status 0x04000000

Posted: Fri Sep 06, 2019 7:43 am
by WiFive