STM8S interference of interrupts
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 at least at 10Khz.
Here is my problem, whenever I increase the current of the power supply to the hardware, from one point on, the power supply's current limiter begins to connect and disconnect itself continuously. What's wrong? The hardware works properly. I'm pretty sure about that
Do the interrupts influence on each other?
How can I prevent them from influencing on each other? Is it even possible?
Should I use RTOS method of programming?
any help would be appreciated.
