Hi.
in s32k1xx, we deal with 32 MB that can be used for receive or transmit. when we want to use RXFIFO, we can set the "Message buffers occupied by Rx FIFO and ID filter table" with CTRL2[RFFN] field.
A. let assume we set "RFFN[3:0] = 0x9", so MB 0-25 will be used as RX FIFO & ID filter. remained MB can use for TX buffer? we should use these buffers for transmit data?
B. if we use maximum MB (which is 32) for RX FIFO & ID filter, how we should use MB for transmit?
C. for implementation TTCAN, should be there any hardware or it can be done by software? if YES, anybody has sample code form NXP?
Thsnks.