Other Parts Discussed in Thread: UNIFLASH, , AWR1642
Hello,
I'm currently working with an AWR1642ODS evaluation board and am in the process of understanding how the obstacle detection demo works.
I've run the obstacle detection demo previously using the pre-built binaries and I would now like to try running it using the manually built DSS and MSS projects. However, when I go to flash the bin image (created from building the DSS and MSS projects) using Uniflash, I get several warnings that indicate a communication issue between the evaluation board and the computer.
The ODS visualizer starts up fine and allows me to select the UART and DATA COMs and connect to the board. When I load up the chirp config file in the chirp_configs in the lab directory, each command hangs up, throws a warning, and times out as follows:
Starting ODS 3D Visualizer.... Opening configuration file C:\ti\mmwave_automotive_toolbox_3_6_0\labs\lab0004_obstacle_detection\chirp_configs\ods_default_config.cfg ... tlSize = 8 P = struct with fields: channelCfg: [1x1 struct] dataPath: [1x1 struct] profileCfg: [1x1 struct] frameCfg: [1x1 struct] guiMonitor: [1x1 struct] cfarCfg: [1x1 struct] dbScan: [1x1 struct] dspFftScaleComp2D_lin: 0.5000 dspFftScaleComp2D_log: -6.0206 P = struct with fields: channelCfg: [1x1 struct] dataPath: [1x1 struct] profileCfg: [1x1 struct] frameCfg: [1x1 struct] guiMonitor: [1x1 struct] cfarCfg: [1x1 struct] dbScan: [1x1 struct] dspFftScaleComp2D_lin: 0.5000 dspFftScaleComp2D_log: -6.0206 P = struct with fields: channelCfg: [1x1 struct] dataPath: [1x1 struct] profileCfg: [1x1 struct] frameCfg: [1x1 struct] guiMonitor: [1x1 struct] cfarCfg: [1x1 struct] dbScan: [1x1 struct] dspFftScaleComp2D_lin: 0.5000 dspFftScaleComp2D_log: -6.0206 dspFftScaleComp1D_lin: 1.3913 dspFftScaleComp1D_log: 2.8684 P = struct with fields: channelCfg: [1x1 struct] dataPath: [1x1 struct] profileCfg: [1x1 struct] frameCfg: [1x1 struct] guiMonitor: [1x1 struct] cfarCfg: [1x1 struct] dbScan: [1x1 struct] dspFftScaleComp2D_lin: 0.5000 dspFftScaleComp2D_log: -6.0206 dspFftScaleComp1D_lin: 1.3913 dspFftScaleComp1D_log: 2.8684 Sending configuration from C:\ti\mmwave_automotive_toolbox_3_6_0\labs\lab0004_obstacle_detection\chirp_configs\ods_default_config.cfg file to IWR16xx ... sensorStop Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unsuccessful read: The specified amount of data was not returned within the Timeout period.. flushCfg Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unsuccessful read: The specified amount of data was not returned within the Timeout period.. dfeDataOutputMode 1 Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unsuccessful read: The specified amount of data was not returned within the Timeout period.. channelCfg 15 3 0 Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unsuccessful read: The specified amount of data was not returned within the Timeout period.. adcCfg 2 1 Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unsuccessful read: The specified amount of data was not returned within the Timeout period.. adcbufCfg -1 0 0 1 1 Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unsuccessful read: The specified amount of data was not returned within the Timeout period.. profileCfg 0 77 7 7 58.0 0 0 67.978 1 256 5020 0 0 36 Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unsuccessful read: The specified amount of data was not returned within the Timeout period.. chirpCfg 0 0 0 0 0 0 0 1 Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unsuccessful read: The specified amount of data was not returned within the Timeout period.. chirpCfg 1 1 0 0 0 0 0 2 Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unsuccessful read: The specified amount of data was not returned within the Timeout period.. frameCfg 0 1 32 0 100 1 0 Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unsuccessful read: The specified amount of data was not returned within the Timeout period.. lowPower 0 1 Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unsuccessful read: The specified amount of data was not returned within the Timeout period.. guiMonitor 1 1 0 0 Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unsuccessful read: The specified amount of data was not returned within the Timeout period.. cfarCfg 1 4 12 4 2 8 2 350 30 2 0 5 20 Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unsuccessful read: The specified amount of data was not returned within the Timeout period.. dbscanCfg 4 4 13 20 3 256 Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unsuccessful read: The specified amount of data was not returned within the Timeout period.. sensorStart Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unexpected Warning: A timeout occurred before the Terminator was reached. Warning: Unsuccessful read: The specified amount of data was not returned within the Timeout period..
I've also noticed that when I try to connect to the UART COM port using PuTTY (instead of the GUI), I do not get the heading that shows the demo is running and the terminal will not allow me to type in anything.
I would try and tinker with the source code to find out where the communication is going awry, but unfortunately, I don't feel I'm yet experienced enough to undertake such a change.
Would anybody be able to suggest what may be going on? Thank you all in advance for your time and help!