User Activity

Hello everyoneI am to use the Timer3 of STM8s105C6T in order to measure the duty cycle of a specific signal.But I also want the MCU to reset if this signal is disconnected.I am using PWMI feature of this timer meaning that rising edge and falling edg...
Hey!Could you please tell me how to have access to older versions of STM8s std peripheral libraries?Apparently, it's no longer available on st.com Thanks a lot!
Hi there!I wanna use the Timer3 of STM8S105C6 to calculate the duty cycle of a 500Hz signal.It's not possible to use any other timer due to hardware limitations.ADC1,Timer1, and Timer2 are also used in my code and their interrupts of course.They work...