• Are CAN messages continuously sent by hardware if there is no ACK?
    I am using T89C51CC03 UA right now. while debugging I found out that even if I wanna send a message once ( via interrupt ), the CAN bus is full of the same message with a period of 1.5ms. I am sure...
  • Are CAN messages continuously sent by hardware if there is no ACK?
    I am using T89C51CC03 UA right now. while debugging I found out that even if I wanna send a message once ( via interrupt ), the CAN bus is full of the same message with a period of 1.5ms. I am sure...
  • LPC2119 CAN controller fails to transmit message
    Target Platform: LPC2119 and TJA1040 CAN transceiver. IDE : Keil uVision 4 Error: CAN Controller fails to transmit message. Debugging Devices Used: Keil ULink and Oscilloscope. Steps to reproduce...
  • LPC2119 CAN controller fails to transmit message
    Target Platform: LPC2119 and TJA1040 CAN transceiver. IDE : Keil uVision 4 Error: CAN Controller fails to transmit message. Debugging Devices Used: Keil ULink and Oscilloscope. Steps to reproduce...
  • Need help with code: find longest repetitive sequence of numbers in array
    Hello. I need help to find longest repetitive sequence of numbers in array and put that sequence in new array. For example, I have array[10]={0,1,1,1,1,0,0,0,1,1} so the longest sequence will be 1,1,1...