This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR1843BOOST: How to measure the "SYNC_OUT" signal from AWR1843

Part Number: AWR1843BOOST
Other Parts Discussed in Thread: AWR1843

Hi, 

We works on AWR1843 evaluation board recently. Do we have any method to measure the "SYNC_OUT" signal from AWR1843? 

Looking forward your kind reply! Thank you very much!! 

Best regards,

JC 

  • Not sure we understand.

    You can use a scope.

    Thank you

    Cesar

  • Hi,

    Thanks for your reply. "Not sure we understand" it means you guys can't understand how to measure or? 

    We read the data sheet both of 1243 and 1843, both of them have pin "SYNC_OUT". We  already config. the pin (SYNC_OUT) of 1843 but we still can not see the signal from oscilloscope. 

    Is that pin only can observe from 1243? for the cascading purpose? 

    Looking for your feedback! 

    Thank you very much! 

    Best regards,

    JC

  • Hello JC,

    You can measure the signal on the AWR1843. Where are you trying to probe the signal?

    If you are trying to probe on connector J6, you need to populate resistor R108 with a 0 ohm to bring this signal out to the connector. It is the resistor indicated by the red arrow on the below picture:

    Regards,

    Adrian 

  • Hi Adrian, 

    Thanks for your kind reply!! Actually we already measured PAD that you suggested to us but we still cant not see the "SYNC_OUT" signal by using oscilloscope. If we want to observe that signal, do we need to config.? 

    We try to power on AWR1843 then directly to measure that PAD still can't observe. Then even we config.... we still can not observe that signal...  So that is why we feel strange and do not know how to figure this! 

    Could you give us more advice about this part?! Thank you very much!!! 

    PS: the pin (AR_SYNC_OUT_SOP1) of the pic. is we measured pin. 

    Best regards,

    Jun

      

  • Hello Jun,

    Yes, you will need to enable the SYNC_OUT in the pinmux. It will not be enabled by default, so you will need to modify your code to enable this.

    Regards,

    Adrian

  • Hello Adrian,

    Thanks for your quick response and kind reply. We already tried Config. the pinmux but still can not see the "SYNC_OUT" signal from 1843. Could you tell us more detail about the config. part? We worry about something we missed or did mistake when configuration. 

    It is really thanks for your help! Thank you very much!! 

    Best regards,

    Jun

  • Hello Jun,

    Can you share the code snippet where you have updated the pinmux just so that we can verify that it is correct? It should be the same as how you would configure the pinmux for any other signals so you can refer to examples in existing code or use the pinmux tool:

    Regards,

    Adrian

  • Hi Adrian, 

    Thanks for your kind response! Here is our code: 

    Pinmux_Set_OverrideCtrl(SOC_XWR18XX_PING13_PADBC, PINMUX_OUTEN_RETAIN_HW_CTRL, PINMUX_INPEN_RETAIN_HW_CTRL);
    Pinmux_Set_FuncSel(SOC_XWR18XX_PING13_PADBC, SOC_XWR18XX_PING13_PADBC_SYNC_OUT);
    And we also tried, 
    Pinmux_Set_OverrideCtrl(SOC_XWR18XX_PING13_PADBC, PINMUX_OUTPUT_EN, PINMUX_INPUT_DIS);
    Pinmux_Set_FuncSel(SOC_XWR18XX_PING13_PADBC, SOC_XWR18XX_PING13_PADBC_SYNC_OUT);
    But we still can not observe the signal from oscilloscope.
    Thank you very much! 
    Best regards,
    Jun
  • Hello Jun,

    Your pinmux setup looks fine. I believe everything should be setup correctly so you should be able to see a trigger on the SYNC_OUT. The pulse width of the SYNC_OUT is only around 25ns, so maybe it is too short for you to capture on the scope?

    Would it be possible for you to connect it to another board that is expecting a HW trigger and confirm that it is working in that context?

    Regards,

    Adrian

  • Hi Adrian, 

    Thanks for your kind reply!  We already setup the trigger to capture the signal by using oscilloscope but still can't see it.  

    We think 1243 definitely can observe this signal, but can't understand why couldn't from 1843... 

    Thank you so much! 

    Best regards,

    Jun