• 80515 keil simulator don't trigger timer2 interrupt.
    I use keil software simulator Evatronix muc(80515) timer2,but can't trigger timer2 interrupt(TF2).
  • GPIO interrupt won't trigger
    I have set a pin on a Cortex M3 to act as an rising-edge triggered interrupt and it's not firing for some reason. What it should do is receive a 1Hz pulse, trigger an interrupt and start a 12.8Khz square...
  • GPIO Interrupts trigger problem
    I am using LPC1788 controller (FBD208pin package). I use some GPIO lines of Port 0 and 2 as external interrupts. There are Opto couplers, proxy sensors, etc sensors (that generate single pulse) are...
  • 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. ...
  • FIFO trigger level interrupts question
    There are two interrupts pertinent to the FIFO Rx buffer (only concerned with Rx for now): one to indicate the number of trigger bytes have been Rx'd - I've set this to 1(one); the other is when there...