User Activity

i am trying to switch a relay via the stm8s001 processor synchronously in the 0 pass. how could I realize that.i have an imput signal of 50 Hz. I can also start the timer, but I don't know how to switch the relay on exactly in the 0 cycle.(i watch th...
Hi,I generate 2 mhz from the PORT / PIN C4 (CCO).The problem is that instead of a square signal, I get a triangle signal.What could be the reason????On PORT / PIN A3 i can generate a square signal, but not on C4I Use the STM8-SO8-DISCO Board in which...
Im using the COSMIC Toolchain with the standard library.Here is the setting:##########################################################void clock_init(void){ CLK_DeInit();              CLK_HSECmd(DISABLE); CLK_LSICmd(DISABLE); CLK_HSICmd(ENABLE); whi...