• SWI
    I am trying to execute the following SWI program. It doesnt execute the SWI function body. I have 0 errors and 0 warnings. Any help as to why? CODE: #include <LPC21xx.H> void __swi(8) Call1...
  • SWI Function
    hai i'm working with LPC2148 and keil Real view compiler i want to know how to write Software interrupt Function.. i tried some but met with an error.. i want to know how to define SWI function...
  • SWI in ARTX
    Hello, i' am working with ARTX Arm and have the following problem. When SWI Function calls another SWI Function, after return it remains in Supervisor Mode. Is it not allowed to call a SWI function from...
  • 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...
  • RTX/SWI configuration
    Hey folks, I've been struggling with an issue in getting an STR7x (actually an STR712) to get as far as main() with RTX. - I have read that RTX uses the first 8 or so SW interrupts for internal...