Part Number: TMDSCNCD28388D
Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
I am using the TMDSCNCD28388D eval board. I am trying to test send and receive for CAN and am using the boot_rom example given in C2000 and used the MCAN_Boot.c file as a basis for a bootloader. Right now, it can only receive the messages with an ID equal to 1 and nothing else. What registers (and their respective macros) do I need to configure to change the CAN Mask and Filter and how do they work?
In addition, I wanted to check and see if the function MCAN_sendTwoMessages() in MCAN_Boot.c is supposed to send the exact same message twice. I receive two messages when I run the function, but they are different.