Posted on March 08, 2012 at 20:57
Hello,
I try
measure
frequency 50-500Hz. I use STM8S-DISCOVERY KIT with STM8S105C6T6 and FWLib. How
initiate
the appropriate
timer and
which port
to use?
#include ''stm8s_con...
Posted on March 13, 2012 at 19:29
In this way?
what
to do next,
to measure
frequency (50Hz- 500kHz)
.
void GPIO_app_init(void)
{
GPIO_DeInit(GPIOC);
GPIO_Init(GPIOC, GPIO_PIN_
1
, GPIO_MODE_IN_FL_NO_IT);
}