Electronic design and development process
There are so many ways of designing and developing of electronic devices, that it is hard to think which would fit your needs and desires. But there are common steps that probably fit in most cases that allow to implement the electronic system from top to bottom:
1) Defining the requirements of electronic system;
2) Collecting information on components to be used;
3) Evaluate the components with respect to the requirements;
4) Block diagram of preliminary design;
5) Do a preliminary timing and load analysis;
6) Define functionality logic;
7) Draw schematic using CAD software;
8) Do device design and simulation;
9) Perform detailed timing analysis and simulation and adjusting the design;
10) Double-check signal loadings, buffering as needed;
11) Document the design and generate a net list and bill of materials;
12) Generate layout of a printed circuit board;
13) Prototype design;
14) Program the memories and programmable logic for testing.
15) Debug and verify operations using oscilloscope/logic analyser or other debugging tools;
16) Update and complete documentation as the design changes.
Those are general steps and the order may vary or even several tasks may be performed in parallel. Usually software is written in parallel with hardware design prototyping. Usually software development takes much more time than hardware development, so software development may be ahead the hardware development process.
Blogsphere: TechnoratiFeedsterBloglines
Bookmark: Del.icio.usSpurlFurlSimpyBlinkDigg
RSS feed for comments on this post | TrackBack URI for this post
New on WinAVR Tutorial
Running TX433 and RX433 RF modules with AVR microcontrollers,Sometimes in embedded design you may want to go wireless. Might be you will want to log various readi …Programming AVR ADC module with WinAVR,Most of AVR microcontrollers have Analog to Digital Converter (ADC) integrated in to chip. Such solut … |
New on WinARM Tutorial
What are differences between WinARM and WinAVR,Everyone who is working with AVR microcontrollers knows this powerful tool – WinAVR (http://win …LPC2000 watchdog timer,As in all microcontrollers watchdog timers purpose isto reset microcontroller after reasonable amount … |

January 10th, 2008 at 6:17 pm
[...] Electronic design and development process - Scientific, embedded, biomedical, electronics contents. (tags: embedded microcontroller) [...]