Other Parts Discussed in Thread: CC1310
Tool/software: TI-RTOS
i use cc1310 to build a project, in the program, i config a pin as interrupt source: Board_KeyMode | PIN_INPUT_EN | PIN_PULLUP | PIN_IRQ_BOTHEDGES, then creat a callback fuction in the callback function , use CPUdelay(800*20) to filter some distrubs, but i found the interrupt sometime doesnot response when the key was pushed or released, and sometime the callback function was called while there is no key movement, why is that?