Im using the RM57 uC(DCAN module) and in that while implementing a FIFO Buffer i came across that EoB will set only when the last message object in the FIFO Buffer for a given identifier receives a message. I am implementing a scheme where il be using an identifier scheme in which the identifier for each CAN Msg is a combination of Source Node Address+Destination Node Address and not message ID's. Each Node has the potential to reply back varying msg lengths(N*8bytes) for each service requested and hence its required that the EoB be configurable. For Ex, sometimes when the FIFO is Half Full,Sometimes just when 1 CAN msg is received etc.Is there any way in which i can configure when the EoB can get set??