Join our technical discussions about Freescale Microcontrollers: M68HC12. (Freescale Semiconductor is a Subsidiary of Motorola).
|
I've been doing alot of research on interrupts and using them but I have yet to understand the basic steps to it. The sample code that I've downloaded have been largely useless. Is there anyone who can tell me the step by step instructions on how to implement interrupt driven I/O operations in C and/or has source code for such applications? Thanks so much in advance. |
|
|
|
In a message dated 6/11/04 3:44:22 PM Eastern Daylight Time, writes: I've been doing alot of research on interrupts and using them but I have yet to understand the basic steps to it. The sample code that I've downloaded have been largely useless. Is there anyone who can tell me the step by step instructions on how to implement interrupt driven I/O operations in C and/or has source code for such applications? Thanks so much in advance. =========================================== The icc12 help files describe interrupt handlers pretty well I thought.... also the compiler has lots of examples in the example dir... look there yet? [Non-text portions of this message have been removed] |