• 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...
  • interrupt handling
    Hello Every one, In my project i have 2 external intr. How do i write the isr and how to handle these intrpt , how to write code in C for this task. Please help me in this.
  • 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...
  • STR91x interrupt handling problem
    Dear Colleagues, Here's my source code: #include <91x_lib.h> #include "masodik.h" unsigned char gpio7_out = 0; int main() { GPIO_InitTypeDef GPIO_InitStruct; TIM_InitTypeDef TIM_InitStructure;...
  • 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...