Is it possible to know whether data for a specific pipe exists in the ESB TX FIFO?

I am trying to communicate with multiple devices using ESB.
The host device must queue data in the TX FIFO as ACK data before receiving the data.
I want to keep data queued in the FIFO for multiple pipes.
In other words, I poll the FIFO to see if there is data for each pipe, and add the data to the FIFO if there is not.
However, there seems to be no direct way to know the packets in the TX FIFO.


Please tell me how to know the packets in the TX FIFO. Or, if my procedure is not correct, please tell me a better way.

Parents Reply Children
Related