About 50 results
Open links in new tab
  1. What is the difference between FIQ and IRQ interrupt system?

    Jun 10, 2009 · I want to know the difference between FIQ and IRQ interrupt system in any microprocessor, e.g: ARM926EJ.

  2. Understanding kernel message 'nobody cared (try booting with the ...

    Dec 13, 2012 · 21 I'm trying to understand the meaning of the following message: irq N:nobody cared (try booting with the "irqpoll" option) Does this mean the IRQ handler not processing the response …

  3. Linux UIO IRQ related periodic CPU usage - Stack Overflow

    Apr 17, 2025 · I have an Intel Arria 10 SoC FPGA system with 5.4.104-lts Linux built with Yocto 3.3.1 and Poky. The installed FPGA image is doing nothing more than making interrupts to an UIO device, …

  4. How to determine the IRQ number for a USB device?

    May 18, 2013 · However, I am wondering how I would find what IRQ line (IRQ number) the device is interrupting on? That is, how do I determine what the value of the argument unsigned int irq in the …

  5. spin_lock_irqsave vs spin_lock_irq - Stack Overflow

    Nov 26, 2015 · The need for spin_lock_irqsave besides spin_lock_irq is quite similar to the reason local_irq_save(flags) is needed besides local_irq_disable. Here is a good explanation of this …

  6. What is the irq latency due to the operating system?

    Feb 5, 2013 · Interrupt Request (irq) latency is the time that takes for interrupt request to travel from source of the interrupt to the point when it will be serviced. Because there are different interrupts …

  7. Arm Cortex-a9 timer triggered IRQ not clearing - Stack Overflow

    Jul 25, 2023 · I'm running a baremetal application in Qemu on a xilinx-zynq-a9 machine. I'm trying to leverage the private timer interrupt but am running into issues with the interrupt re-triggering when I …

  8. STM32_lib: Is there a function to pass the IRQ_handler routine to?

    Sep 22, 2023 · Setting a new vector is then simply a case of setting the appropriate table element indexed by IRQ number to the function pointer you wish to handle the interrupt. On Cortex-M regular …

  9. Linux kernel interrupt handler mutex protection? - Stack Overflow

    Jul 4, 2011 · Edit2) After reading some more SO posts : reading Why kernel code/thread executing in interrupt context cannot sleep? which links to Robert Loves article, I read this : some interrupt …

  10. Interrupt handling in Device Driver - Stack Overflow

    The Same Interrupt number has to be mentioned in the Device Tree entry for instantiation of device driver. The Device driver's usual probe function parses the Device tree data structure and reads the …