System Development Procedure

System development procedure
System development procedure

System development using a microcontroller can be divided into hardware development and software development.
In hardware development, the circuit diagram for the hardware part is designed according to the system specifications.
Based on the designed circuit diagram, the board is made and the parts are procured.

In software development, the specifications of the software part are designed according to the system specifications.
Coding is performed based on the specification design, and it is converted into machine language by compiling.

The hardware and software are then tested together.
This is also called a debug with a real machine.
At this time, an emulator, etc. are used.
And if there is no problem, the procedure would be to finish development, begin mass production, and then product shipment.

Chapter 5 Development Environment of Microcontrollers

System Development Procedure: Software Development
System Development Procedure: Test that Combines the Hardware and Software
System Development Procedure: Emulator
A new window will open