Other Parts Discussed in Thread: DCA1000EVM, , IWR1843
Tool/software:
I am trying to achieve synchronization between two IWR1843BOOST radars and collect raw data from one of them using the DCA1000EVM. I want to use one radar as a TX and another radar as an RX and collect data from the RX radar. To do this, I have modified and used the hw_sync_quad_sensor.launch file from the mmwave_ti_ros package on a Jetson Nano. The synchronization is working fine with the two radars without any DCA. I am following this article: https://software-dl.ti.com/jacinto7/esd/robotics-sdk/08_06_00/docs/source/docs/multi_sensor_time_synchronization.html. Additionally, I am using the DCA1000EVM CLI to collect data from the DCA while the radar is flashed with the Out-of-Box demo. My setup is shown below.

However, when I connect and power on the DCA, the synchronization signal on SYNC_IN (sent from Pin 33 on the Jetson Nano) gets corrupted, as shown in the figure below. I discovered that SYNC_IN is also connected to Pin 16 on the 60-pin HD connector, which is connected to DMM_MUX_CTL on the DCA side. Jetson and DCA are trying to drive the SYNC_IN pin, which corrupts the signal. Attached is a photo showing the corrupted signal on the oscilloscope, which would otherwise be a normal PWM signal.

According to my understanding, the DMM interface is used for the playback functionality and has no role in LVDS data streaming from the ADC, which is the target application. I want to understand why DMM_MUX_CTL is still driven even when the DCA works in the LVDS streaming mode. I looked around the documentation but could not find any way to disable it.
I discovered that Pin 16 is connected to the SYNC_IN pin using the R62 resistor.

A reply on this forum post suggests removing the R62 resistor. However, we lack the expertise for SMD desoldering, especially for such small packages. I looked at the DCA1000EVM schematic and found that DMM_MUX_CTL is connected to IO14 on the FPGA (see image below). I believe that the pin is being driven somewhere in the HDL codes. If we could disable that, the issue would be solved. However, I cannot find the HDL codes for the DCA FPGA anywhere online.

Finally, I have these questions:
1) Is it possible to disable the DMM interface, especially the DMM_MUX_CTL pin, using some command / uploading some configuration?
2) Can we access the FPGA HDL codes so I can manually disable the IO14 pin?
3) Is there any other way to sync the two radars while collecting DCA data simultaneously? Something that preferably does not involve the SYNC_IN pin?
4) Is there any other way of collecting raw data from the IWR1843 without using the DCA? I know about the TSW1400 board + mmWave DEVPACK, but I think they are obsolete and have the DMM interface.