I am trying to implement CAN using the TCAN4550, but I am not sure what kind of data buffers I need, because I don't know the difference between the mentioned terms.
What kind of buffers can be used in the TCAN4550? I read about a FIFO buffer, regular buffer and Queues, is that correct?
If so, what is the difference between the three of them? I get the functionality of FIFO buffers; first in first out. But how about the other two?
In the registers (and also in the example code) of the TCAN4550, I see the possibility to set FIFO or regular buffers in the MRAM, but not a queue.
How would one implement the usage of queues?
