Other Parts Discussed in Thread: DCA1000EVM,
Hi,
I'm using 1843 with DCA1000 to capture raw data via LVDS using the mmw demo project. I've followed the constraints of radar configuration (bandwidth < 4 GHz, slope < 100, num_loops < 256, duty cycle < 50%, etc.) for the radar configuration; however, when I try to program the configuration, the message received at serial after sensorStart command is Debug: Init Calibration Status = 0xffe, and I receive no raw data from the DCA. I'm using all 4 rx channels and the configuration snippet is:
channelCfg 15 1 0 profileCfg 0 77 47.0 3 50.4 0 0 67.5 1 256 6000 0 0 30 frameCfg 0 0 239 0 50 1 0 lvdsStreamCfg -1 1 1 1
However, the everything works fine for a test low-throughput specification. In this case, the serial output after sensorStart command comes out as Done. The modified specification is:
profileCfg 0 77 76 6 90 0 0 20 1 256 3200 0 0 30 frameCfg 0 0 64 0 50 1 0
Am I missing some constraint which is leading to data pipeline failing. I found in some earlier posts that 0xffe status is fine; but with serial output as Debug state, I'm not getting any output whatsoever. Also, I'm curious what causes Debug output to be raised if there's no error.
Thanks