• Handling ISR
    I have a general question regarding handling ISRs which stems from my inexperience. My understanding of ISR is that the execution branches, from the main code, to the ISR upon a condition being satisfied...
  • LPC2378 ISR Problem
    Hello Everybody. I tried since days to make my program jumping to ISR. But i still stuck with this problem. I think i already did the right programm and the right start-up file after searching in Internet...
  • Interrput Handling with LPC2378
    Hi, We are using LPC2378 controller for our application. we written the ISR for power fail, when ever the voltage reduces the below certain voltage, it generates the IRQ, and interrupt handler...
  • 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;...
  • LPC2378
    I have used LPC2378 on my board. when the LPC2378 is in Virgin state (fresh IC never had been programmed), and i connect the Ulink2 to target PCB. But JTAG doesnt recognize the target IC. when i flash...