The Compact CAN-to-Ethernet Converter using 32-bit ARM Cortex-M4F MCU Reference Design (TIDA-00203) comes with two CAN interfaces (CAN1 and CAN0). The CAN1 interface includes a CAN transceiver and is used in the demo and CAN0 needs to have a CAN transceiver added to the design and have the sample code updated to support incoming packets for conversion on that CAN interface. We will change the application to send out UDP packets and our Ethernet payload will need to include which CAN interface that the CAN packet came in on (CAN0 or CAN1). We need to know if it is possible if there is a way to modify the sample code to distinguish which of the 2 CAN interfaces the packet comes in on before sending it out on the Ethernet interface. Would this be done in the CAN1IntHandler? How would one do this? Any ideas on the best way to do this would be appreciated.