Other Parts Discussed in Thread: IWR6843
I have changed sending data to canfd sending,and now I want to change the start radar to CANFD start as well.
Now I'm using out_of_box_demo in mmwave_industrial_toolbox_4_3_2,and SDK version is 2.0.0.4.
The receiving function of CANFD has been tested and can be used normally.
Modifying the cli.c in the SDK does not work.Even if the UART_read() is deleted, the radar can still be activated.
I can't find the UART_read() anywhere else.So I don't know where I should make changes.
What modifications do I need to make if I want to activate the radar via CANFD?
Thank you