We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I know that if I use Debug in Simulator mode, and I want to use timer0 as a counter,I have to toggle the appropriate pin in a Signal function. But if I just use timer0 as a timer,I think this is not needed.I just start timer0 in my program and provide an interrupt function.I neednot write a Signal function.Is it right? Expect advices.Thank you.