• Receive Serial Debug Messages in Simulation Mode
    Hello, I'm using a Keil LPC1868. The running program on the target is able to receive debug messages via the JTAG interface. On the target side, the ITM_RxBuffer is used to read the messages. Our...
  • 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 Simulation for the 8051 - Incomming messages
    Hi I've been trying to simulate receiving an incomming message from the CAN bus. I have followed the application notes AP147 and 167, and I have viewed discussion topics on this subject. I have included...
  • receive all message(any ID)
    I am developing a can network with t89c51cc01.I need that the main node receive all messages of the others boards independently of the ID, and recognize which one has just sent the menssage. Thanks,...
  • How to generate a CAN receive interrupt in simulator?
    Hi, I'm debugging an interrupt service routine. I simulate a CAN message and expect the simulator to generate a receive interrupt, but this doesn't happen. I also tried this on a Keil code example...