• 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...
  • 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...
  • Interrupt IRQ LPC2148
    Hi all. I use ARM LPC2148 for my project and i use Keil uVision4. µVision V4.60.0.0 Tool Version Numbers: Toolchain: MDK-Lite Version: 4.60.0.0 Toolchain Path: C:\Keil\ARM\ARMCC\bin\ C...
  • 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...
  • Multiple VIC channels for CAN on LPC23xx
    The user manual for the LPC23xx series (UM10211, 29 oct 2007) says in paragraph 7.3 of the CAN chapter: " Each Receive and Transmit interrupt request from each controller is assigned its own channel...