Software design for non object oriented paradigm

Posted by Dean on Programmers See other posts from Programmers or by Dean
Published on 2012-11-18T14:45:15Z Indexed on 2012/11/18 17:22 UTC
Read the original article Hit count: 282

Filed under:
|

I'm currently working on a project where I'm writing the firmware for an electronic system in C, and have been asked to produce documentation on the development/evolution of the software for the embedded devices. Having developed software in the object oriented paradigm I know to use UML to document the software such as class diagrams with objects, however this does not work for documenting the development of my embedded system. So what should I produce to document the development of my firmware?

© Programmers or respective owner

Related posts about design

Related posts about development-process