Thank TI Engineer you for supporting so far on previous thread.
I would like to ask some question regarding our effort porting High Accuracy xWR1642 from SDK 2.x to 3.x.
I got source code xWR1843 High Accuracy and I can compiled it well with some porting params settled.
But I need to debug more, because I found error :
"MWDSS Error : to open the ADCBUF driver" which seems comes from MmwDemo_dataPathAdcBufInit() in dss_main.c.
This problem lead me to this : https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/866855/awr1843boost-error-mmwdemodss-unable-to-open-the-adcbuf-driver
which said , " ... need to do this experiment with same version to verify. Or do the stepping in the code/library to get know the breaking point in the application."
Question#1 : I use SDK 3.x as mention above.
is this related with sys bios, XCD tools version ?
I tried different version Sys Bios 6.53 and 6.73 but still same result. XCD tools that provide for both SDK 2.x and 3.X seems didn't resolve this problem
Question#2 : Actually, I only need to add calibration CLI on ( sample is on Out of Box Demo SDK 3.x) to 1642 High Accuracy.
Should I keep porting High Accuracy SDK to SDK 3.x to
Question#3 : AWR1642BOOST-ODS that I'm using right now has patch antenna which is has 1 TX 1RX. This is suffice for High Accuracy application , correct ?
Thank you