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.

AWR1642BOOST: CAN Demo

Part Number: AWR1642BOOST
Other Parts Discussed in Thread: AWR1642, MMWAVE-SDK

Hi ,

I download the SDK mmwavesdk_01-01_00_02. If  I connect the AWR1642 EVM with my laptop by CAN bus, there is inside the SDK package the Demo SW code which I could use to send data packets instead to use the tool mmWave Visual Studio ?

BR,

Fabrizio

  • Hello Fabrizio,

    I guess you are referring to a demo application that can send you the object data over CAN to the mmWave Demo Visualizer.
    The demo applications we have today send out the object data over UART to the mmwave Demo Visualizer.

    But there are other CAN and CANFD sample application that can help you as a reference to send data over CAN and receive it on the CAN analyzer on PC .
    You can find the source for CAN and CANFD below location in MMWAVE-SDK :
    CAN :$\mmwave_sdk_01_01_00_02\packages\ti\drivers\can
    CAN-FD :$\mmwave_sdk_01_01_00_02\packages\ti\drivers\canfd

    Thanks,
    Raghu
  • Hi Raghu,

    but how can I build the demo binary there are some docs or instructions?

    BR,

    Fabrizio

  • Hello Fabrizio,

    Please refer to the mmwave-sdk-user-guide.pdf to setup the build environment and also to build the demo/drivers.

    Please refer to "4.5 Developing using SDK" in the user guide for the details on setting up the environment and building the code.

    -Raghu