• CAN
    I'm doing vehicle automation project!.... in that, CAN bus diagnosis one of my task....... so, i request you to coding for..... CAN2Tx(transmission) to CAN1(Rx).......LPC2129(connect CAN1 to CAN2...
  • Can I bypass the CAN transceiver
    Hi I want to bypass the CAN transceiver TJA 1040 and connect the Tx of one CAN controller to Rx of another and vice versa. The CAN does not seem to work. Can anyone suggest why this is so? Many...
  • CAN
    Hi I just got the evaluation version of a software(yVision2) from the keil's website and every time i try to debug one of their examples it says running in eval mode, does anyone knows what the problem...
  • Doubt CAN
    Hello! I work with LPC2368, and I'm trying to use the CAN Acceptance Filter, I read the user manual over and over and I still don't understand what is the initial RAM address of the LUT! In the...
  • CAN in STR910
    Hello, I have a question around the ST CAN library. There is a function called GetFreeIF with this code: static u32 GetFreeIF(void) { if ((CAN->sMsgObj[0].CRR & CAN_CRR_BUSY) == 0) return 0;...