I'm trying to use the MMWCAS-RF-EVM with an external clock and external trigger. I've modified the resistors as indicated in the schematics:
- Use external trigger: uninstall 0 ohm from R143 and install 0 ohm on R142
- Use external 40 MHz: uninstall 0 ohm from R121 and install 0 ohm on R116
- Config AWR for single-ended clk: install 0 ohm on R128
If I configure and attempt to collect data using code modeled off the example code provided with the mmwave dfp library I get the following errror:
ESM Group 1 - FRC Lock Step Error
A couple additional things I've noticed about this behavior:
- I only get this error with the master (AWR1), no errors are present with any of the slaves and I'm able to successfully collect data with them one at a time
- If I put the master into software trigger mode, I do not get the error and am able to collect data
I've seen the errata regarding this error, but I don't think it's related because: A) my frame pulse is only 25ns and B) the external trigger works fine on all slave devices.
My AWRs are being configured via SPI in functional SOP mode.
Any ideas on why I'm getting the lock step error or any additional debugging I should do for more visibility into the problem?
Thanks.