Other Parts Discussed in Thread: AWR1843BOOST,
Hi there,
I am using AWR1843Boost+DCA1000EVM and trying to run the LUA script provided in https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1112328/dca1000evm-false-return-in-data-dca1000evm-awr1843boost/4122568?tisearch=e2e-sitesearch&keymatch=frameconfig#4122568. It returns an error at ar1.FrameConfig(0, 2, 20, 128, 480, 0, 1), but it works well when I change it to ar1.FrameConfig(0, 0, 8, 128, 40, 0, 0, 1) which is from DataCaptureDemo_xWR.lua in /mmWaveStudio/Scripts. I noticed that the difference is the number of inputs( 7 in the first and 8 in the second), so I would like to ask what the inputs are. And is there a manual that explains these ar1 series functions?
Thanks a lot!