Hi Team,
I want to test Canfd, in IWR6843,
For that, I'm using the canfd test code available at "C:\ti\mmwave_sdk_03_03_00_03\packages\ti\drivers\canfd\src"
Regards,
Vijay K
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.
Hi Team,
I want to test Canfd, in IWR6843,
For that, I'm using the canfd test code available at "C:\ti\mmwave_sdk_03_03_00_03\packages\ti\drivers\canfd\src"
Regards,
Vijay K
Hi Vijay,
The CANFD test code for 6843 is found here:
C:\ti\mmwave_sdk_03_03_00_03\packages\ti\drivers\canfd\test\xwr68xx
For your convenience, I've uploaded the test procedure here:
Hi,
Thanks for the response,
I have tested CANFD Tx, it is working.
but while testing CANFD Rx, we are not able to receive the data from PCAN.
because as this part of the code is not available.
>but while testing CANFD Rx, we are not able to receive the data from PCAN.
>because as this part of the code is not available.
I'm not sure what this means. Do you mean that you do not have the source code for the device you are using to transmit to the IWR6843?
To receive data using the test code, you need to make sure that your external device is configured with the same data rate and message ID that the test code is expecting. Or, modify the test code to match the external device.
-dave