Other Parts Discussed in Thread: UNIFLASH, AWR1642
Hi,
I have downloaded Object Data Over CAN from resource explorer inside CCS. And now i am trying to rebuild this code with only one modification in mss_main.c
CANFD_MCANFrameType frameType = CANFD_MCANFrameType_CLASSIC;
After building project, I am getting xwr16xx_odoc_ti_design_lab.bin file. Now, I am using Uniflash tool to flash AWR1642 with this xwr16xx_odoc_ti_design_lab.bin file. While flashing SOP0 and SOP2 are connected with jumpers as mentioned in the flashing process.
Turn of the AWR1642, Remove SOP2 Jumper.
After turning on the board, If i connect UART Port , It says DSS Frame Processing Deadline Miss Exception.
What should be the error , I am not able to find out? Is there anything wrong with radar configuration provided in the cli.c at radarCmdString.
On other side I have connected TDA2x board using CAN. And on its linux terminal , I am setting up CAN link using :
> ip link set can0 up type can bitrate 1000000 triple-sampling on
> candump can0
I am not receiving any data from AWR1642 on TDA2x terminal. For your information, I have already tested canfd test from mmwave 1.2.05 SDK/drivers/canfd/test and I am able to receive the data on TDA2X from AWR1642 with frameType = CANFD_MCANFrameType_CLASSIC.
Regards,
Shreroop