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.

Any example which allow TDA2X communicate with other devices through DCAN?

Hi,

     I'm working on TDA2x.The VisionSDK is from TI,and it's version is V 02.10.00.

Now,i'm want to communicate with other devices with DCAN.Can anyone share an example or any experience?

Very thanks.

Lin.

  • There are couple of Starterware example @ starterware_<version>\examples\dcan\. Kindly have a look at it. The details of the example is given in the Starterware userguide present @ starterware_<version>\docs\StarterWare_UserGuide.pdf

  • In case if you want to understand how it can be integrated with vision_sdk please look at

    vision_sdk/examples/tda2xx/src/modules/dcan

    By enabling DCAN_INCLUDE through Rules.make it enables loop back test while vision_sdk is running, that ensures IP is enabled correctly and working fine. You also have an option of defining ENABLE_B2B_DCAN_TEST in vision_sdk/examples/tda2xx/src/modules/dcan/system_dcan.c.

  • Hi yogesh,
    i have enabled DCAN_Include and defined ENABLE_B2B DCAN_TEST but i dont where we have to check and how to check output of receiver and transmitter data .