Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
21 years ago

uClinux ISR?

Hi all,

I am pritty much a starter with NIOS and uClinux. So I would like to know if anybody can give me some pointers or examples on how to use interrupts and write ISR's. I have a Kernel and file system running written and installed a small application. I can read the buttons on the dev board as they are pressed. But I would like to use this with ISR's.

Can any one help me.

Rual

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    You can read linux device drivers (http://lwn.net/kernel/ldd3/), by Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman. It's a very good book about developing device drivers. There is also a chapter about interrupts.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    originally posted by mrks@Sep 13 2005, 08:55 AM

    you can read linux device drivers (http://lwn.net/kernel/ldd3/), by jonathan corbet, alessandro rubini, and greg kroah-hartman. it's a very good book about developing device drivers. there is also a chapter about interrupts.

    --- Quote End ---

    Great link, thanks.