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
Hello Tobi Schlegel,
Please take a look at project http://www.keil.com/download/docs/331.asp .
This project is for STR91x controller and uses SWI functions.
Best Regards, Martin Guenther