CAN-bus example SmartFusion2

I’ve implemented the can-bus example outlined in the TU0559 tutorial. It seems to transmit and receive, however I can’t get it to filter messages.

I couldn’t find any documentation on the Can API (specifically MSS_CAN_config_buffer and MSS_CAN_config_buffer ).

In the screenshot I initialize the peripheral and try to filter all IDs except for 0x121… yet when I send a message with ID 0x120, it still shows as received. Anyone have any idea how to properly setup the can filters?

I am not able to answer this question