Tool/software:
Hello Experts,
I am trying to use the “xWRL6432_Raw_Data_Over_SPI” example from “\radar_toolbox_2_30_00_12\source\ti\examples\Fundamentals” for the AWRL6432BOOST. Following the steps from the user’s guide, I flashed the AWRL with the prebuilt binary. Afterwards I set S1.1 and S1.6 ON to setup the device for SPI transfer. I open the „spi_data_tool_capture.exe“ and select „MotionDetect_SPI_Data_Capture_FTDI.cfg” within “\radar_toolbox_2_30_00_12\source\ti\examples\Fundamentals\xWRL6432_Raw_Data_Over_SPI\chirp_configs\xwrl6432boost”.
The CLI window prints the following:
Choose CFG file in the pop-up window b'sensorStop 0\n' b'Done\r\n' b'mmwDemo:/>channelCfg 7 3 0\n' b'Done\r\n' b'mmwDemo:/>chirpComnCfg 8 0 0 128 4 28 0\n' b'Done\r\n' b'mmwDemo:/>chirpTimingCfg 6 63 0 75 60\n' b'Done\r\n' b'mmwDemo:/>frameCfg 2 0 200 32 350 10\n' b'Done\r\n' b'mmwDemo:/>guiMonitor 2 1 0 0 0 1 0 0 0 0 0\n' b'Done\r\n' b'mmwDemo:/>sigProcChainCfg 32 2 1 0 4 4 0 15 \n' b'Done\r\n' b'mmwDemo:/>cfarCfg 2 8 4 3 0 12.0 0 0.5 0 1 1 1\n' b'Done\r\n' b'mmwDemo:/>aoaFovCfg -60 60 -40 40\n' b'Done\r\n' b'mmwDemo:/>rangeSelCfg 0.1 12.0\n' b'Done\r\n' b'mmwDemo:/>clutterRemoval 1\n' b'Done\r\n' b'mmwDemo:/>compRangeBiasAndRxChanPhase 0.0 1.00000 0.00000 -1.00000 0.00000 1.00000 0.00000 -1.00000 0.00000 1.00000 0.00000 -1.00000 0.00000\n' b'Done\r\n' b'mmwDemo:/>adcDataSource 0 C:/ti/mmwave_lp_sdk/examples/datapath/common/testBench/major_motion/adc_data_0001_CtestAdc6Ant.bin\n' b'Done\r\n' b'mmwDemo:/>adcLogging 2\n' b'Error: SPI ADC Streaming is not enabled \r\n' b'mmwDemo:/>lowPowerCfg 0\n' b'Done\r\n' b'mmwDemo:/>factoryCalibCfg 1 0 40 0 0x1ff000\n' b'Done\r\n' b'mmwDemo:/>mpdBoundaryBox 1 0 1.48 0 1.95 0 3\n' b'Done\r\n' b'mmwDemo:/>mpdBoundaryBox 2 0 1.48 1.95 3.9 0 3\n' b'Done\r\n' b'mmwDemo:/>mpdBoundaryBox 3 -1.48 0 0 1.95 0 3\n' b'Done\r\n' b'mmwDemo:/>mpdBoundaryBox 4 -1.48 0 1.95 3.9 0 3\n' b'Done\r\n' b'mmwDemo:/>sensorPosition 0 0 1.44 0 0\n' b'Done\r\n' b'mmwDemo:/>minorStateCfg 5 4 40 8 4 30 8 8\n' b'Done\r\n' b'mmwDemo:/>majorStateCfg 4 2 30 10 8 80 4 4\n' b'Done\r\n' b'mmwDemo:/>clusterCfg 1 0.5 2\n' b'Done\r\n' b'mmwDemo:/>profileSwitchCfg 0 25 25\n' b'Done\r\n' ********** Config Sent Successfully ********** Number of ADC samples: 128 Number of chirps per burst: 2 Number of bursts per frame: 32 Number of frames being captured: 10 Number of RX antennas: 3 Number of TX antennas: 2 ********************************************** "1" for AOP "2" for FCCSP Enter Device: 2 Enter Data Type (1 - ADC Data, 2 - RadarCube, 3 - Detection Matrix): 1 Total Size of Data : 49152 FTDI device opened: {'type': 8, 'id': 67330068, 'description': b'C232HM-DDHSL-0', 'serial': b'FT8KQ45N'} Starting write loop... Sensor started successfully. Beginning capture
The “adcLogging 2” CLI command is not accepted even though S1.6 is set to ON (see line 29 above). The generated “data0.txt” file is empty as well. As you can see, the FTDI cable is recognized as well. How can I enable SPI ADC streaming to capture raw ADC data?
Thanks!
- Rene