Other Parts Discussed in Thread: AWRL1432
Tool/software:
Hi AWR1432 experts,
I am using SDK-L-5.5.0.2 and the AWRL1432 BSD Demo.
Now, I have the trouble to reload a different profile. Im my application the radar needs to load the different profiles in different circumstances in the run time.
However, when I load the 2nd profile the radar output the following message from uart and no more work.
"Error: mmWave Open failed [Error code: -3101 Subsystem: 0]"
The profile both begins with sensorStop command and terminated with sensorStart.
That causes the radar will sensorStart again when the 2nd profile is load.
I traced down the program and found out it was crashed in CLI_MMWStart function and when it execute MmwDemo_openSensor.
Could someone help me how sould I do to sucessfully load the 2nd profile?
Thanks in advanced.