Hello everyone,
I'm currently working with an F28379D and utilizing CAN bus for a project that requires code generation. Sending a CAN message works fine, but I'm trying to validate the receiving end. I created a simple simulation that changes the state of the board's LEDs when I send specific data on a CAN message with ID 0x015. However, when I try to validate it by sending the data using a USB to CAN device, the LED state doesn't change, so I assume it's not working.
I've attached my simulation for reference. Has anyone experienced a similar issue or have any suggestions on what might be happening?