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