We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have been designing embedded system for several years. yet I haven't found good books on develop method, and how to represent the system in diagram so that I can gradually break a big taks into small block. any one can give me some suggestion? (books or standard or any other things?) stoic
Have you had a look at UML (Unified Modeling Language)? http://www.omg.org/uml/ This link will give you some background. Although you don't need a tool to use UML, there are several available that allow you to enter your designs graphically and most will even allow you to generate code. Ilogix Rhapsody, Rational Rose and IAR VisualState just to name a few. We do not currently use UML but we have been keeping an eye on it for a while. The tool I like the best is VisualState because it is reletively simple and not platform specific. -Walt
thanks to you two, Walt and Andrew. I find it's full of interesting material. I just check out a book <UML distilled> very good book, I will spend some time on it. a joke from the book makes me laugh. what is the difference between a methodologist and terrorist? with a terrorist you can negotiate.