This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

__irq keyword

Hi all,

I use a STR912 device from ST. In the examples from their library, the interrupt functions are not preceeded with the __irq keyword.

2 questions :

What is the difference between a normal function and a function preceeded with __irq ?

Is it neccesary to use the _irq keyword in interrupt routines ?