How to illustrate an interrupt-driven process?

前端 未结 3 1355
梦如初夏
梦如初夏 2021-02-15 16:53

This question is related to diagraming a software process. As an electrical engineer, much of the software I do is for embedded micro-controllers. In school, we learned to illus

3条回答
  •  青春惊慌失措
    2021-02-15 16:59

    I've always seen interrupt timing drawn as follows:

    interrupt timing diagram

    Or inline line so:

    inline timing

    But I prefer the former as it gives more room for annotation.


    In response to your comment, perhaps a UML state machine diagram (with some adaptation) may be closer suited to your purpose:

    UML state machine

提交回复
热议问题