• PROBLEM USING ISR
    sir, in below code how do we get to know that interrupt is enabled or not?..because in step into the control is not going to ISR . #include<stdio.h> #include <ADUC842.H> sbit intr=P0^2; void...
  • 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...
  • 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...
  • PROBLEM USING ISR
    sir, in below code how do we get to know that interrupt is enabled or not?..because in step into the control is not going to ISR . #include<stdio.h> #include <ADUC842.H> sbit intr=P0^2; void...
  • LPC2129 UART ISR Problem
    I'm using the LPC2129 and Keil Tools. The purpose of the code is to interrupt on the receipt of a single byte of data and assign "data" to its value. The interrupt seems to work however "data" isn't...