Transport Layer in CAN segments the messages that have a size greater than 8Bytes
my questions are :
-Is it possible to use one buffer for segmented data for all the type of messages in this case we consider the longest message and simply use buffer[MAX_DATA_MESSAGE]? or we should use a buffer for each message ?
-Is it possible to mix transmited frame and received frame in the same buffer?