Services

Embedded Software Design


An embedded design is a complex interactive design between software and hardware. Since most embedded systems perform one or just a few dedicated functions, design engineers can reduce the size and cost of the product while increasing its reliability and performance. Many of the circuits we design are of this type and we have become experts in this area.

At Global Power , we use the latest software project management tools which enable us to manage a team of programmers working together with great efficiency.

First we design the main body and structure of the software and then examine time critical tasks and ways of servicing these critical requirements. After drawing the big picture of software flow, we concentrate on the smaller modules and then finally devise a verification system to prove our design.

Over the years, the associate engineers at Global Power have gained a wealth of experience and have developed a list of guidelines that they follow in their design work. Below are some of them.

  1. Keep the design simple and provide a clear definition of the software system integration.
  2. Do not involve too many tasks in a feature.
  3. Break down large and complex features into smaller features.
  4. Draw message sequence charts for a feature carefully. Classify the legs of a scenario for a feature in such a way that similar message exchanges are performed through the common leg.
  5. If a task is repeated in many places, make a function for it.
  6. Provide a clear and complete definition of each message interface.
  7. Check possible message loss by designing timer based message exchanges.
  8. Avoid using polling when critical timing is required.
  9. Use a precise and predefined error messaging to increase the productivity and save in debugging time.
  10. Use already proven modules, if possible, instead of writing the code again.
  11. Always clear comments on the code.
  12. Do not use "Go to" type of instructions.
  13. Design the software architecture in parallel with the hardware design.
  14. Be sure to have adequate understanding of the hardware capabilities.
  15. Use global variables only when there is no other choice! Use local variables as often as possible.

To the layman, many of these guidelines will be meaningless. However, one can understand that the collective experience of the engineers at Global Power will undoubtedly help to accelerate product development.