• Problem regarding SWI subroutine
    Hello, I have keil ARM version 4.12. I develop program of generating software interrupt using “SWI 0x00” instruction in ARM. I observe deassembly widow, my program begins with memory address “0x00000000...
  • Problem regarding SWI subroutine
    Hello, I have keil ARM version 4.12. I develop program of generating software interrupt using “SWI 0x00” instruction in ARM. I observe deassembly widow, my program begins with memory address “0x00000000...
  • BKPT 0xAB - problem without SWI
    Hi, I have the same problem, program stuck at bkpt 0xab, but I do not use serial wire interface (SWI). The Ulink2 is configured JTAG and SWJ checkbox is noch marked. My program runs before I added...
  • BKPT 0xAB - problem without SWI
    Hi, I have the same problem, program stuck at bkpt 0xab, but I do not use serial wire interface (SWI). The Ulink2 is configured JTAG and SWJ checkbox is noch marked. My program runs before I added...
  • 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...