Other Parts Discussed in Thread: MMWCAS-DSP-EVM
Hi,
I'm using the cascade board with MMWCAS-DSP-EVM and I'm trying to transmit using 9tx and 12 Rx. I'm not enabling any Tx/Rx for master in StaticConfig Tab. I'm defining 4 chirp profiles and 4 chirps looping over 32 loops. The radar doesn't show any error while doing that. However, when I try to arm the TDA for data capture using the button, this is what I see on the output log.
[16:53:28] [RadarAPI]: ar1.TDACaptureCard_StartRecord_mult(2, 0, 0, adc_data, 0) [16:53:28] Device 0 - Configuring TDA with Width : 0 and Height : 128 [16:53:28] [RadarAPI]: Device 0 - setWidthAndHeight Status: Passed [16:53:28] [RadarAPI]: Device 1 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0 [16:53:28] Device 1 - Configuring TDA with Width : 2048 and Height : 128 [16:53:28] [RadarAPI]: Device 1 - setWidthAndHeight Status: Passed [16:53:28] [RadarAPI]: Device 2 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0 [16:53:28] Device 2 - Configuring TDA with Width : 2048 and Height : 128 [16:53:28] [RadarAPI]: Device 2 - setWidthAndHeight Status: Passed [16:53:28] [RadarAPI]: Device 4 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0 [16:53:28] Device 3 - Configuring TDA with Width : 2048 and Height : 128 [16:53:28] [RadarAPI]: Device 3 - setWidthAndHeight Status: Passed [16:53:28] [RadarAPI]: Device 8 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0 [16:53:28] Sending Frame Periodicity of 15 to TDA.. [16:53:28] [RadarAPI]: Status: Passed. Frame Periodicity sent to TDA [16:53:28] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0 [16:53:28] Sending Capture Directory with name /mnt/ssd/adc_data to TDA.. [16:53:28] [RadarAPI]: Status: Passed. Capture Directory sent to TDA [16:53:28] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0 [16:53:29] Sending File Allocation of 0 files to TDA.. [16:53:29] [RadarAPI]: Status: Passed. File Allocation sent to TDA [16:53:29] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0 [16:53:29] Sending Enable Data Packaging (0 - 16-bit; 1 - 12-bit) with value of 0 to TDA.. [16:53:29] [RadarAPI]: Status: Passed. Enable Data Packaging sent to TDA [16:53:29] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0 [16:53:29] Sending Number of frames to capture with value of 0 to TDA.. [16:53:29] [RadarAPI]: Status: Passed. Number of frames to capture sent to TDA [16:53:29] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0 [16:53:29] [RadarAPI]: Status: Passed for notifying TDA about Creating Application [16:53:38] Create Application Response from Capture Card timed out!!
Also, I'm setting the number of ADC samples as 256 but for some reason, it says Radar width is 2048. Why is that?
All help is appreciated, thank you.