• 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...
  • Subroutines
    I have file with many subroutines. How can I use this file in my project? I have problem that in output hex file are all subroutines (used and NOT USED) example: main.c extern void Sub1(void);...
  • strange swi problems
    Hello, I'm working with the MCB2370 board which runs a small program that puts the adc value onto an oled display and blinks a led every second. I've created a 1 msec interrupt using timer0 which...
  • 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...
  • 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...