cancel
Showing results for 
Search instead for 
Did you mean: 

Interrupt not displayed in interrupt log in EWARM

Ken Inoue
Associate III
Posted on October 29, 2017 at 14:00

Interrupt not displayed in interrupt log in EWARM. 

I made a program to toggle the LED every 0.5 seconds by TIM 1 overflow interrupt, using  STM32F3348Dicovery and STM32Nucleo-F401RE. The picture below is part of the program and the interrupt log. 

An interrupt is displayed in the STM32Nucleo-F401RE interrupt log. But Nothing appears in the STM32F3348-Discovery interrupt log.

Why?

0690X00000608QlQAI.png0690X00000608mmQAA.png
1 ACCEPTED SOLUTION

Accepted Solutions
Posted on October 29, 2017 at 15:42

Look at the IRQ Handlers, likely have different names, they call HAL code that in turn calls your call-back code. Check the vectors and startup code.

Not sure if IAR has a forum, or FAQ, you should check their support options.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..

View solution in original post

2 REPLIES 2
Posted on October 29, 2017 at 15:42

Look at the IRQ Handlers, likely have different names, they call HAL code that in turn calls your call-back code. Check the vectors and startup code.

Not sure if IAR has a forum, or FAQ, you should check their support options.

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 07:02

Thank you for your reply.

I'll ask IAR.

Best Regards, 

Ken Inoue