Tool/software: Code Composer Studio
I am using the walkthrough in the automotive toolbox: Getting Started Guide: TI mmWave Lab Driver Vital Signs
I purchased the AWR1642BOOST a week ago, so it is the correct silicon type
The binary in the automotive toolbox flashed successfully: https://i.imgur.com/790HBKh.png
But when I run the demo it produces no data: https://i.imgur.com/PuJKxJW.png
The code displaying in the command line is:
QT version = 5.9.1
QMetaObject::connectSlotsByName: No matching signal for on_buttonBox_accepted()
Serial Port Found
Data Port Number is "COM10"
User Port Number is "COM11"
Data port succesfully Open
User port succesfully Open
QWindowsWindow::setGeometry: Unable to set geometry 2970x1998+14+58 on QWidgetWindow/'MainWindowWindow'. Resulting geometry: 2970x1959+14+58 (frame: 13, 58, 13, 13, custom margin: 0, 0, 0, 0, minimum size: 1347x741, maximum size: 16777215x16777215).
Configuration File Name Read from the GUI is %s/n "xwr1642_profile_VitalSigns_20fps_Back.cfg"
QMetaObject::connectSlotsByName: No matching signal for on_buttonBox_accepted()
"COM11"
Configuration File Path is %s/n "C:/Users/School/Downloads/mmwave_automotive_toolbox_2_4_7/labs/lab0001-driver-vital-signs/vitalSigns_host/profiles/xwr1642_profile_VitalSigns_20fps_Front.cfg"
"sensorStop"
"flushCfg"
"dfeDataOutputMode 1"
"channelCfg 15 3 0"
"adcCfg 2 1"
"adcbufCfg -1 0 0 1 0"
"profileCfg 0 77 7 6 57 0 0 70 1 200 4000 0 0 48"
"chirpCfg 0 0 0 0 0 0 0 1"
"frameCfg 0 0 2 0 50 1 0"
"lowPower 0 1"
"guiMonitor 0 0 0 0 1"
"calibDcRangeSig -1 0 0 0 0"
"vitalSignsCfg 0.3 0.9 256 512 4 0.1 0.05 100000 300000"
"motionDetection 1 20 2.0 0"
"sensorStart"
""
"sensorStop"
"flushCfg"
"dfeDataOutputMode 1"
"channelCfg 15 3 0"
"adcCfg 2 1"
"adcbufCfg -1 0 0 1 0"
"profileCfg 0 77 7 6 57 0 0 70 1 200 4000 0 0 48"
"chirpCfg 0 0 0 0 0 0 0 1"
"frameCfg 0 0 2 0 50 1 0"
"lowPower 0 1"
"guiMonitor 0 0 0 0 1"
"calibDcRangeSig -1 0 0 0 0"
"vitalSignsCfg 0.3 0.9 256 512 4 0.1 0.05 100000 300000"
0.3
0.9
4
"motionDetection 1 20 2.0 0"
"sensorStart"
""
Chirp Duration in us is : 50
Chirp Bandwidth in kHz is : 3500
Maximum Range in Meters is : 8.57143
Range-FFT size is : 256
Range-Bin size is : 0.0334821
Range-Bin Start Index is : 8
Range-Bin End Index is : 26
Total Payload size from the UART is : 260
Padding Factor is : 9
Total Payload size from the UART is : 288
What do I need to fix?