How could I represent a interrupt (for microcontrollers) in a flowchart?

Daniel Grillo picture Daniel Grillo · Mar 27, 2010 · Viewed 18k times · Source

Does anyone have any visual examples?

Answer

JustJeff picture JustJeff · Mar 27, 2010

You would have to have a separate flow chart for the interrupt processing. Flowcharts are meant for showing flow of control, and interrupts, by their very nature, are a break in control flow.