• Vectored IRQ problems in RAM_MODE with LPC2378
    Using the MCB2300 board, I am working with the UART1 interrupt mode. Using a sample program in flash, everything works correctly, but when trying to run the same program at RAM_MODE, I had the following...
  • irq interrupt
    when i working on kiel ide then iwrote to isr routing __irq what is this ? but when i use spj ide then i have to write isr function name__attribute__((interrup("IRQ")))why ?what is this? iread book...
  • 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...
  • Configuring PIO and Interruptions: IRQ's
    Hi, If I need to use for example the IRQ1, I need to configure PIO Enable=1 and Interrupt Enable Registes=1 and configure AIC registers? or is only necesary to configure AIC registers? I think...
  • using interrupt ethernet IRQ
    HI, I want to use interrupt ethernet_IRQ provided by keil. In the routine, memory was allocated, where is it being freed? How do I access the received ethernet data? Is the data which is "put...