Hello,
I have a cascade board with 2 AWR1243P devices (ES3.0, using DFP 1.2).
When attempting to enable the cascade operation of the devices, I see that the CSI2 clock starts up, but no data is sent over the CSI2 interface. There are no FS, FE, LS, or LE packets, and no data packets.
Please see the attached file for a description for how I am programming the device. Note that I am generating an external HW_TRIGGER from my host to trigger both the master and slave devices. I am confident that this HW_TRIGGER is working fine - if I configure the device for single chip mode, I get the expected data output.
Can you please advise what sort of issue might cause this behavior, or what are the recommended debugging steps?
Thanks,
Antonio
name: "OutdoorMaster" dfe_output { mode: 1 } channel { rx_mode: 15 tx_mode: 7 cascade: 1 } adc { bits: BITS_16 format: OUTPUT_COMPLEX_1X } adc_buffer { output_format: COMPLEX iq_swap_selector: IQ channel_interleave_mode: INTERLEAVE_YES chirp_threshold: 1 } profiles { start_frequency: 77.0 idle_time: 63.0 adc_start_time: 5.7 ramp_end_time: 65 tx_out_power_backoff_code: 0 tx_phase_shifter: 0.0 ramp_slope: 60 tx_start_time: 1 number_of_adc_samples: 1024 digital_out_sample_rate: 18750.0 hpf_corner_1: HPF1_175Khz hpf_corner_2: HPF2_350Khz rx_gain: 30 chirps { index_start: 0 index_stop: 0 start_frequency: 0.0 ramp_slope: 0.0 idle_time: 0.0 adc_start_time: 0.0 tx_enable: 1 } chirps { index_start: 1 index_stop: 1 start_frequency: 0.0 ramp_slope: 0.0 idle_time: 0.0 adc_start_time: 0.0 tx_enable: 2 } chirps { index_start: 2 index_stop: 2 start_frequency: 0.0 ramp_slope: 0.0 idle_time: 0.0 adc_start_time: 0.0 tx_enable: 4 } chirps { index_start: 3 index_stop: 5 start_frequency: 0.0 ramp_slope: 0.0 idle_time: 0.0 adc_start_time: 0.0 tx_enable: 0 } } frame { chirp_start_index: 0 chirp_end_index: 5 number_of_loops: 1 number_of_frames: 0 frame_periodicity: 1 frame_trigger_delay: 0 trigger_mode: TRIGGER_HARDWARE }