Hi All,
I have to configure gpio as high. I am doing like that but, It is not working.
err = sc_pad_set_all(ipc, SC_P_GPT0_CAPTURE, 3U, SC_PAD_CONFIG_NORMAL, SC_PAD_ISO_OFF, 0x60 , SC_PAD_WAKEUP_OFF);
if (SC_ERR_NONE != err)
{
PRINTF(" Make SC_P_GPT0_CAPTURE gpio failed\r\n");
assert(false);
}
Regards,
Vinothkumar Sekar