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.

IWR6843AOPEVM: IWR6843AOPEVM:

Part Number: IWR6843AOPEVM
Other Parts Discussed in Thread: IWR6843

Tool/software:

Good afternoon, 

I am working on a project with the IWR6843AOPEVM and CANFD.

I have flashed on the board the .bin from :

XXXXXX\ti\radar_toolbox_2_30_00_12\source\ti\examples\Fundamentals\CAN_Data_Output\CAN_Integration\prebuilt_binaries\can_integration_example_6843.bin

is there any possibility to have a clear CAN/CANFD example for this EVM (Complete source code) and a DBC (CAN Database File ) to decode the output of the can messages for can_integration_example_6843

Thank you 

  • Hello.

    is there any possibility to have a clear CAN/CANFD example for this EVM (Complete source code)

    I believe the SW should be applicable for both AWR and IWR6843 devices.  When you import the SW into CCS you can check the properties to confirm that the variant/core is the IWR6843.

    DBC (CAN Database File ) to decode the output of the can messages for can_integration_example_6843

    There currently is no DBC file to decode the output, but the user guide for this example provides documentation on how to read and interpret the CAN output data.

    Sincerely,

    Santosh

  • Hello Santosh, 

    Thank you for the feedback. 

    I will check the SW in CCS and get back to you.

    For the CAN messages if you refer @ point 3. Verify the CAN output in CAN Integration User Guide there is nothing specific about the data. There is only information on the ID and what that ID represents, but there are no details on what each bytes are representing and the switch between the different DLC`s.

    I apologies for the request but i am a newbie in the TI ecosystem and i require more details than probably most of the persons here. 

    Thank you :) 

  • Hello.

    In that guide it links you to another guide on what the TLVs represent in terms of the actual data.  You utilize the ID to see what kind of data it is and parse the TLV data using the details provided in that other guide.  I have linked that other guide here as well.  I believe this will not be a fixed data set but instead be the live radar data.

    Sincerely,

    Santosh