Other Parts Discussed in Thread: AWR1443, , AWR1642BOOST, IWR1443
Tool/software: Code Composer Studio
Hello,
(2018-08-29)
I am trying on making CAN works on AWR1443. I built a new project by copying the SDK demo project, and put code for CAN but it stuck at "Semaphore_pend(dataPathObj->frameStart_semHandle, BIOS_WAIT_FOREVER);" which is waiting for "frame start interrupt". I wonder how this is "frame start interrupt" activated. In the SDK demo it seems activated when I enable the program to read the UART.
(2018-08-30)
I am guessing this is related to the command "sensorStart" in the cfg file. In the "MmwDemo_sensorMgmtTask" there are "sensor_START", "frame_START" and "key_Press" to push state from "STOP" to "START", so if I can send "sensorStart" command without the CLI, it may activate the "frame start interrupt", am I on the track?
Best Regards,
Tao Wang