Page 1 of 1

RMT RX_THR_EVENT_INT

Posted: Sat Feb 10, 2024 7:25 pm
by pbeam66
I have been working with the RMT peripheral in the onewire example, but I need to do a slave as well as a master. The existing code works as a master because the master controls the timing, but it does not work well as a slave -- the receive bytes routine waits for the receiver to timeout for example.

I need to process symbols more quickly, so I have been looking at the RMT_CHm_RX_LIM_REG and RMT_CHm_RX_THR_EVENT_INT. Since these are not supported by the API, I am uncertain how to access the register and associate a callback directly. Is there an example of how to do this directly?