Work report > Experiment report

MCU comprehensive experimental report format



The title of the comprehensive experimental report, the purpose of the experiment and the requirements.
Second, experimental equipment.
Third, experimental design and debugging:
Experimental content.
Experimental circuit: Draw a simple experimental circuit related to the experimental content.
Experimental design and debugging steps:
Analyze the experimental content and experimental circuit, and figure out the design ideas for completing the experiment. List the allocation list of special flags, stack sp, internal ram, work register, etc. required for programming. When assigning lists, pay attention to the problem that resources may conflict during program execution.
Draw a programming flow chart, including the main program and each subroutine flow chart.
Write the experimental program based on the content of .
Debugger.
a. Determine the purpose of debugging according to the program, that is, the content of the content to be observed during debugging.
b. Select the methods required for debugging according to each debugging purpose, such as single-step, breakpoint, etc., and list the contents of the records that need to be recorded in each debugging method.
c, debug program, record the corresponding content according to various debugging methods.
d. Analyze the contents and results of the debug record, find out where the program may be wrong, and then modify the program to continue debugging, recording, and analysis until the debugging is successful.
Problems encountered during the experiment debugging process, ideas for solving the problem, and solutions.
Fourth, the lessons learned after the experiment.

recommended article

popular articles