• problem with irq subroutine
    sir iam not find out where I have done the mistake. Iam adding a while loop in main program and I clear the interrupt flag before the reading the values. But now also it is not going to interrupt service...
  • Problem with IRQ - Asembler
    I have this little assem ;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ; SI PULSAMOS P1.0 TENEMOS UNA ONDA CUADRADA ; CONTROLADA POR EL FLAG DE SU TMR DE <6 HZ A 26 kHz> ; LA RUTINA...
  • Problem with IRQ - Asembler
    I have this little assem ;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ; SI PULSAMOS P1.0 TENEMOS UNA ONDA CUADRADA ; CONTROLADA POR EL FLAG DE SU TMR DE <6 HZ A 26 kHz> ; LA RUTINA...
  • problem with irq subroutine
    sir iam not find out where I have done the mistake. Iam adding a while loop in main program and I clear the interrupt flag before the reading the values. But now also it is not going to interrupt service...
  • problem LPC2148 VIC IRQ request
    For example, the following two lines assign slot 0 to SPI0 IRQ interrupt request(s) and slot 1 to TIMER0 IRQ interrupt request(s): VICVectCntl0 = 0x20 | 10; VICVectCntl1 = 0x20 | 4; HOW TO GET...