cancel
Showing results for 
Search instead for 
Did you mean: 

What is the overflow below?

Ken Inoue
Associate III
Posted on October 29, 2017 at 13:17

I am using STM32 Nucleo-F 401 RE and EWARM. I made a program to toggle the LED every 0.5 seconds by an interrupt due to overflow of the TIM1 counter. The picture below is the program and interrupt log. What does overflow in the interrupt log mean?

0690X00000608feQAA.png
1 ACCEPTED SOLUTION

Accepted Solutions
S.Ma
Principal
Posted on October 29, 2017 at 14:17

I don't use this window for debug. Maybe it's the timer overflow?

View solution in original post

4 REPLIES 4
S.Ma
Principal
Posted on October 29, 2017 at 14:17

I don't use this window for debug. Maybe it's the timer overflow?

Posted on October 29, 2017 at 15:49

This question appears to be duplicative, but here's a suggestion, instead of showing a screen shot of about 1% of the code, that might, quite frankly, have nothing to do with the real issue, that you present it as a project that can be examined and understood in a broader context.

https://community.st.com/0D50X00009XkdhoSAB

Let's try and keep materially the same topic/issue stuff in one thread.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Posted on November 07, 2017 at 06:52

Thanks.

Posted on November 07, 2017 at 06:53

Thank you for your reply. I will do that as follows. 

Best Regards, 

Ken Inoue