• MCB2300 does't run without ULINK2
    Is it ok that my MCB2300 doesn't run after I've unpluged the ULINK2 box from it? Because of eval.version? If it is so, could somebody please explain it in steps why it happens and what is going...
  • 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...
  • 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...
  • 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...