Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to start interrupt handling in c/c++.
but i dont know from where i can.
Posted
Comments
nv3 23-Oct-13 4:55am    
Which processor, which operating system, which compiler / assembler do you intend to use. If you are interested in interrupt processing in general, I'd recommend you get a book about the processor architecture of your choice and start by reading about how the processor handles an interrupt, which interrupt inputs and level it supports etc.

1 solution

On linux you can handle interrupts only in kernel code. If you really want to go on, I suggest you reading a good book on linux kernel.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900