Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hello
I'm porting an application to the MSPM03107 MCU and have ported the CAN driver to it.
I have verified the drivers transmit, but it doesn't trigger when I receive a message.
I verified by building the mcan_message_rx demo code from the SDK and the callback function works properly.
I can see that MCAN_IR_RF0N and MCAN_IR_RF0F changes to 1 when I transmit a message on the bus so it receives the message to the FIFO0.
But the Callback function is never called. I tried to register a callback with DL_Interrupt_registerInterrupt without success.
What are some good steps to take from here?