Hi,
I'm using mmwave_sdk_01_02_00_05, trying to integrate DBSCAN functionality in mmw demo. I've copied all the detections information into the required global arrays for DBSCAN function (locationXY, speedarray). and I'm using the DBSCAN call at the end of "MmwDemo_interFrameProcessing" function as follows
"mmwavelib_dbscan_skipFoundNeiB(locationXY, speedArray, 20, 20, detIdx2, 4, scratchBuf, &numClusters, clusterIdxArray, clusterInfo);"
But on running the code with CCS, I'm getting "Error: Unable to open the Logging UART Instance" from dss_main.c.
Then I've commented the UART initialization stuff in dss_main.c, since r4 initialization is sufficient. But then the code gets hanged after "MMWave_init" in dss_main.c.
And if I comment the mmwavelib_dbscan function call in dss_data_path.c, the code is running fine.
Could someone explain to me the reason for this weird behavior?
And suggest me a possible fix for this.
Thanks,
Chidvilas