Flow of Microcontroller System Development
This section describes a flow of system development using CS+.
Following are the functions of CS+ corresponding to the flow of system development.
<Function> |
|
<Description> |
Code generating function |
|
A program to implement peripheral functions built in the microcontroller is generated automatically through an easy operation using GUIs. |
|
|
|
Edit function/ Build function |
|
The edit function is for editing a program. After completing creation of a program, the built function is used to build the program. |
|
|
|
Debugging function |
|
This function enables you to debug the object code after downloading it to the target microcontroller. |
|
|
|
Analysis function |
|
This function helps you improve the execution performance and control the quality of a program by checking the analysis result. |