• Unable to trigger SWI via GIC on Cortex A15
  • 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...
  • Level triggered vs edge triggered
    I am triyng to make an interrupt routine to control the entrance and exit of a client from a taxi car.The problem is that I dont know exacly what I should choose: Level triggered or edge triggered. ...