You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi AVISLAB.
Thank you for your post.
I'm reading your code and I dont understand what mission of tim1_interrupt handle.
you writted if(TIM1->CNT < 2250/2) {...}, but as I known, if jump into the interrupt handle in this case, the CNT would be 0 or 2250. And if true, it cant be out of IF LOOP because CNT always 0. Or I understand mistake your code.
Please help me this issues.
Again, thank you so much.
The text was updated successfully, but these errors were encountered:
Hi AVISLAB.
Thank you for your post.
I'm reading your code and I dont understand what mission of tim1_interrupt handle.
you writted if(TIM1->CNT < 2250/2) {...}, but as I known, if jump into the interrupt handle in this case, the CNT would be 0 or 2250. And if true, it cant be out of IF LOOP because CNT always 0. Or I understand mistake your code.
Please help me this issues.
Again, thank you so much.
The text was updated successfully, but these errors were encountered: