Hi Team,
The idea is to stop the Radar module from the firmware, without issuing "sensorStop" from the external host.
Flow Description :
1. Radar will stream the number of frames configured in "frameCfg"
2. After streaming, the radar firmware should handle the sensor stop.
3. Thus in the next iteration, We'll issue only "sensorStart 0" for triggering the radar.
Test Case Done:
1. We tried to issue "sensorStart", without giving the "sensorStop" command.
--> ACK from radar "sensor is already started"
2. Identified the async event (MmwDemo_eventCallbackFxn) arising for frame done from BSS in main.c
--> Tried to invoke sensor stop API from the async event.
--> But the sensor stop got failed in the mmwavelink layer
Could you please suggest some ideas for stopping the radar from firmware? as well as some suggestions for debugging the low-level layer (mmwavelink and mmwave)