Interrupt Service Routine for Car Ignition!
I need to write an Interrupt Service Routine in C, for microcontroller. I have no idea where to start. I have an idea of the difference between using an Interrupt and a Polling. And I am going to go with Interrupt.
Rather than making the Cpu ask the device , "is it done, is it done" until the device says " yes " .
I would rather just go with a Interrupt. Except I have no clue where to start , This is my 2nd project at this company.
How do you write an interrupt and how can i implement it on the development board ??
I really appreciate the help you can give me. Thanks.
Rather than making the Cpu ask the device , "is it done, is it done" until the device says " yes " .
I would rather just go with a Interrupt. Except I have no clue where to start , This is my 2nd project at this company.
How do you write an interrupt and how can i implement it on the development board ??
I really appreciate the help you can give me. Thanks.
0