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

How to implement a SWI ISR

How do I implement a SWI interrupt (using arm-mdk version and the realview compiler)?

I changed the startup-file

 IMPORT AT91F_SWI

SWI_Addr        DCD     AT91F_SWI

But how could I call this function in my c-file? Moreover how many arguments could I pass / transmit to the SWI function?

SWI_Addr        DCD     AT91F_SWI(int i, char b)

best regards
Tobi

Parents Reply Children
No data