• Effect of disabling an interrupt line in the VIC
    Hello, If I call VIC_ITCmd(..., DISABLE) (hence, writing into the interrupt enable clear register of the respective VIC to disable an interrupt line), can it happen that an interrupt from the...
  • Effect of disabling an interrupt line in the VIC
    Hello, If I call VIC_ITCmd(..., DISABLE) (hence, writing into the interrupt enable clear register of the respective VIC to disable an interrupt line), can it happen that an interrupt from the...
  • 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...
  • problem LPC2148 VIC IRQ request
    Hi the code given below needs to run the ISR when a cpature event occurs. But on simulating the code and running it on debugger it doesnot switch to irq mode and hence does not go to ISR for that...
  • problem LPC2148 VIC IRQ request
    TIMER0 Match 0 - 3 (MR0, MR1, MR2, MR3) 4 0x0000 0010 Capture 0 - 3 (CR0, CR1, CR2, CR3) sir i am also confused. i just want to ask that when we use above code then according to manual slot 1 assign...