Topic : How to define an interrupt in ride7 ?

Forum : Ride IDE

Original Post
Post Information Post
February 3, 2009 - 8:39pm
Guest

Hi

I was looking in the docs on how to write an int routine in c , but couldnt get further than this :

void f () __attribute__ ((interrupt ("IRQ")));

{

}

I get an error on this.
I'm using the stm32 cortex processor

Anybody who can help me with this ?

Thanks in advance,

Ronny