This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

XC167CI Twin CAN

Hi my friends,
I'm starting work on new chip XC167CI and now I need work with a TwinCAN peripheral.

I haven't find on network nothing...

I have some question:

1)Does exist an official version of CAN.H for XC167CI with twhincam??

2)Does exist a general example for TwinCAN??

Thanks!!

Parents
  • Hi,

    there is no official version of a dedicated/special XC167 CAN header.

    A general example is not known at this time.

    But may be I can help you with a little project I wrote for test purposes ( for a starterkit ).
    I ported a tasking project with errorneous settings into KEIL-IDE an added a visualization part via ASC0 and terminal program. ( The starterkit additional indicating with blinking LED ).

    This little program plays with the gateway function and sends
    >>TwinCAN says HELLO WORLD !<< over the CAN bus.
    The settings I did with the DAvE.

    There is no special idea behind this, but for some reasons I had to deal with the TwinCAN.
    If you are interested in leave your mail here I can send you the source files.
    I gave some comments in the main file.

    Stefan

Reply
  • Hi,

    there is no official version of a dedicated/special XC167 CAN header.

    A general example is not known at this time.

    But may be I can help you with a little project I wrote for test purposes ( for a starterkit ).
    I ported a tasking project with errorneous settings into KEIL-IDE an added a visualization part via ASC0 and terminal program. ( The starterkit additional indicating with blinking LED ).

    This little program plays with the gateway function and sends
    >>TwinCAN says HELLO WORLD !<< over the CAN bus.
    The settings I did with the DAvE.

    There is no special idea behind this, but for some reasons I had to deal with the TwinCAN.
    If you are interested in leave your mail here I can send you the source files.
    I gave some comments in the main file.

    Stefan

Children