• interrupt
    sir , I need to use hardware vic in lpc2148 instead of software interrupt ,i paste the program here what i m done in coding , but it's doesn't give any output. give me some suggestions. #include...
  • interrupts
    Hi mark , please help me in writing interrupts for s/w or h/w if possible provide me simple example for 2138 proce. How do i know if any interrupt comes,is there anything like RSIR to find out...
  • no interrupt
    Hell, I want to that the timer interrupt is called every 10-100ms and have a code where everything works fine on a C167CR-LM. Now I want the same thing for the target XC167CI. But after initializing...
  • Interrupts
    I would like to do the next thing. If I use P9.1 like as general input I'd like to do some operations when this input is set. How can I do it? I have try that: void hello(void) { printf("Hello...
  • Interrupt
    This is probably pretty basic, but I can't figure out why it doesn't work. I am working with a MSC1211Y5 evaluation board, and I am trying to test the serial interrupts on the board. I feel like...