2015-10-26 09:08 AM
If i use a pin as counter input, can I read its value in gpio input register ?
#timer2015-10-26 10:07 AM
Yes, I'd expect GPIOx->IDR to reflect the state of the pin regardless of the mode it's in. Although ANALOG mode would turn off the schmitt-trigger on the input.