• how to handle multiple priority interrupt
    We have 4 interrupt ,2 extenal and 2 timer EXT0 priority 4, EXT1 priority 3, Timer1 priority 2, Timer2 priority 1, Now we want implement handler logic in such a way that If timer 1 is being...
  • Multiple Interrupt or GNU problem
    Dear sir We are using LPC2364 for our application project. Application of our project is interfacing of LPC2364 to 20 * 4 LCD-Display,USB,Ethernet and also UART,SPI. In first phase of our project...
  • interrupt handling
    Hello, I need some help with the interrupt handling on a C-167 controller. In this case, the timer T3 is started (in Timer Mode) and works. The period time is about 1s, in this cycle comes the reset...
  • Interrupt Handling
    I am working with a Cypress FX2 based board. There are 5 endpoints (BULK) that I use. Endpoint 1 and 4 are used for sending data from PC to FX2. Endpoint 2 and 6 are used to send data from FX2 to PC...
  • Handle Interrupt
    Hi. I'm doing my thesis on 8051 and i'm programming interrupt routines in Keil C and simulate them. But I can't use variables inside interrupt routines because they generate unpredictable effects on simulations...