We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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