• Problems with CAN Message Object 15 as general receive object
    Hello! I'm writing software for test equipment and have to handle a lot of different CAN messages. (Controller: Infineon C167CR, Phytec Board, uVision 2) So I used the message objects 1 - 14 for...
  • Register Settings to Use CAN Message Object 15 as receiver
    I am pretty familiar with CAN message objects 1-14, but for some reason, my current register settings do not allow message 15 to interrupt on every message. Here are my settings: C1GMS = 0xE0FF; C1UGML...
  • Message 15 as general receive message
    Hello! I want to use the message object 15 as a general receive object. Message 1 .. 14 are used for transmit objects. I used 0x000 as mask for the message 15 and didn't fill the arbitration register...
  • CAN Receive Message Simulation
    I have a test program that sends periodically a CAN message from channel 1. The commands at the bottom simulate reception of a CAN message in CAN channel. CAN communication window shows a REC message...
  • Basic C question for CAN implementation
    What I am trying to do is load a CAN frame with some calculated data and transmit it every 1s. Additionally I want to compare what I am sending with an incoming message, compare each byte and if they...