Tool/software: TI-RTOS
I try use the method.
https://e2e.ti.com/support/sensor/mmwave_sensors/f/1023/t/662176
It solve my problem that over 64 bytes data.
There is probably not enough time for the CAN-FD to transmit all the data selected in guiMonitor.
Because Task_sleep(1) spends too much time when the while run too many times.
I have 2 problem.
1. I want to know how to change the time of Task_sleep?
2. And if I change the time of Task_sleep, MMWave whether there will be any impact?
JuiYang