about CyU3PGpioSetSimpleConfig when configurate the GPIO as input with interrupt

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable
        when configurate the GPIO as input with interrupt,CyU3PGpioSetSimpleConfig will dead and no return even configuration: gpioConfig.outValue = CyFalse; gpioConfig.inputEn = CyTrue; gpioConfig.driveLowEn = CyFalse; gpioConfig.driveHighEn = CyFalse; gpioConfig.intrMode = CY_U3P_GPIO_INTR_BOTH_EDGE; when change to gpioConfig.intrMode = CY_U3P_GPIO_NO_INTR; and then it works   
0 Likes
1 Reply