User Activity

Posted on May 10, 2017 at 22:22Sometimes function returns RESET then Pin state is SET (corresponding bit in IDR register is '1').Example. The condition - if (GPIO_ReadInputPin(GPIOx, GPIO_PIN_X) == SET) {some code} else {some code} - not working cor...