Part Number: MSPM0G3105
I am developing a custom PCB which requires using the CAN interface on the MSPM0G3105. I am using a TCAN1057 as the transceiver. I believe the hardware is correct based on the following factors:
- When transmitting using code built from snippets of the SDK 2.07 "MCAN single message tx", the bus shows data.
- When transmitting onto the CAN bus using a "Seeed Can Analyzer", the RX pin of the transceiver shows a signal between 0-3.3V as expected.
For completeness, here is my schematic:


Note that the solderjumper is soldered correctly, with the TX signal going to pin 16 and RX to pin 17.
NONE of this is my issue however. I have tried to create a very simple piece of code to capture RX messages on the bus:

The error is caused by the code on line 11. When this line is omitted, the code builds (CTRL+B) completely fine (albeit with warnings for each rxFs member being potentially uninitialized):

BUT, when I uncomment the "DL_MCAN_getRxFIFOStatus();" code line and try to build the project, the "building" progress bar pops up and I get ZERO output. I eventually need to hit cancel as it never builds:

If anyone has suggestions or guidance to assist me with this, it would be incredibly helpful. Thanks!
