Tool/software:
Hi expert,
At present, we have encountered a technical detail problem when using MCAN: mainly because we used DCAN originally. DCAN has 32 mailboxes. When the mailboxes are configured to receive, the bit mask filtering mechanism can be used. However, MCAN only has fifo0 and 1 that can use the bit mask mechanism. Although the length of fifo can reach 64, there is no flag bit to show which element refreshes the data. In this way, we need to query the id to match the data and change the underlying program logic. I don’t know if our understanding is correct, or whether the RX buff can also be configured as a bit mask filtering mechanism. We can use the newdata bit to determine which element has new data.
Thanks
Joyce