This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LP-EM-CC2745R10-Q1: Integrate CAN For a Empty project

Part Number: LP-EM-CC2745R10-Q1

Tool/software:

Hello, 

          I want to Integrate the CAN module for an Existing project. Do i have any document available for the same, and the library files which are to be included to enable CAN communication for LP-EM-CC2745R10-Q1. Thanks 

  • Hello,

    I'd recommend importing the canResponder or canInitiator example projects, and copying the project over. It should be noted that these projects are built ontop of the empty project. 

    Best,

    Nima Behmanesh

  • Hello Nima Behmamesh, 

         Is the mentioned projects are available at the simple link lowpower f3 sdk. Or should I download any other sources to find these projects. Where to look for these projects. Thanks 

  • Hello,

    You can find them at <sdk root>/examples/rtos/LP_EM_CC2745R10_Q1/drivers/canResponder. canInitator is also in the same folder (/drivers).

    Best,

    Nima Behmanesh

  • Hello Nima Behmamesh, 

    Thanks for the quick response. However when i went through the document for the example canResponder/CanInitator. They've suggested that i want to use an External CAN Transceiver to connnect to CAN Rx and Tx Pins to enable the communication. However i want to implement the CAN Communication between the LP-EM-CC2745R10-Q1 and Host(PC) via CAN Adapters (for eg: Kvaser CAN/ Vector CAN interface hardware). Can you give me some briefing about how can i establish CAN Communication between device and PC. Thanks 

  • Hello,

    The CC27xx only has a CAN controller, so you will need a transceiver to implement the actual physical layer of the CAN network. I'm not familiar with those adapters, so we don't have much information about integrating those with the CC27xx.

    Best,

    Nima Behmanesh

  • Thanks