Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
mspm0_sdk_2_00_01_00\examples\nortos\LP_MSPM0G3507\driverlib\mcan_message_rx
I use the \ mcan_messageurx routine, which only supports regular CAN transceivers.
Accepting data at a nominal bit rate (500 kbps), it can be interrupted but cannot be interpreted.
Then I tried to remove the option to start fdcan in the mcan section of sysconfig, and still accepted data at the nominal bit rate (500 kbps), which could be interrupted but could not be interpreted.
Can you provide a routine or configuration for regular CAN sending and receiving?