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
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.
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,
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