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.

AWR6843: The glitch on the GPIO output

Part Number: AWR6843

Hi all,

     It is configured the R4 pin of AWR6843 with following code.  But there is a glitch observed on the output of GPIO (as marked in following figure.). Is there anything we missed while configuration ?

    Pinmux_Set_OverrideCtrl(SOC_XWR68XX_PINR4_PADBF, PINMUX_OUTEN_RETAIN_HW_CTRL, PINMUX_INPEN_RETAIN_HW_CTRL);

    Pinmux_Set_FuncSel(SOC_XWR68XX_PINR4_PADBF, SOC_XWR68XX_PINR4_PADBF_GPIO_31);

    GPIO_write(WDI_PIN, 0);

    GPIO_setConfig (WDI_PIN, GPIO_CFG_OUTPUT);

    GPIO_write(WDI_PIN, 0);

   

BR,

Morris