Sie sind auf Seite 1von 2

Title page

Figures (Frontpanel of simulation; Photos of setup; Characteristic Curves; Flowcharts) and

Circuit Diagram (Wiring Diagram; Logic Gate Diagram; Schematics

Laboratory Data Sheets

Coding Section (MPLAB X IDE/"Phyton" C Program/Assembly Program)

Validation and Verification Section (Output File printout; Simulation results

Discussion of Results (be detail oriented!)

Conclusions

MPLAB X IDE is a software program that is used to develop applications for Microchip
microcontrollers and digital signal controllers. (Experienced embedded-systems designers may
want to skip to the next chapter.) This development tool is called an Integrated Development
Environment, or IDE, because it provides a single integrated environment to develop code for
embedded microcontrollers. This chapter describes the development of an embedded system
and briefly explains how MPLAB X IDE from Microchip is used in the process.
These microcontrollers combine a microprocessor unit (like the CPU in a personal computer)
with some additional circuits called peripherals, plus some additional circuits, on the same chip
to make a small control module requiring few other external devices. This single device can then
be embedded into other electronic and mechanical devices for low-cost digital control.

The first instruction tells that we must be familiarized with the application, the manual
provided image that tells the basic icons in the programming environment.

In - circuit serial programming,stated that the firmware can be programmed into the
application at the time
of manufacture allowing updared reviosions to be programmed into an embedded
application later in its life cycle.
Devices that support in-circuit debugging can even be plugged back into an in-circuit
debugger after
manufacturing for quality tests ad development of nect generation firmware.

a program is a set of instructions arranged in the specific sequence to do the specific task.
It
tells the microprocessor what to do is called programming. in other words, we can say
that programming
is the process of telling the processor exactly how to deal with a problem or a given
situation/

once the program is specified and designed, it can be implemented.


Implementation begins with the process of coding the program. Coding the
program means to tell the processor the exact step by step process in its language.
Each processor has a set of instructionss. Programmer has to choose appropriate
instructions from the instruction set to build the program.
once the program or part of program is coded, the next step is debugging the code. Debgging is the

process of testing the code to see if it does the given task. If the program is not working properly,

debugging process helps in finding and correcting errors.

break point function is often used as a debugging aid in case where single stepping
provides more detail than wanted. When you insert a breakpoint, the system
executes the instructions upto the breakpoint, and the goes to the breakpoint
procedure. In the break point procedure you can write a program to display
register contents, memory contents and other information that is required to dbug
your program.

Recommendations for Applications Projects (provide at least 3 real-world applications


of the experiment)

References (use APA format ONLY; do not deviate! Need 3-5 references)
Microprocessor & Microcontroller by A.P.Godse, D.A.Godse

Appendices (Answers to Questions or Problems; component data sheets or


specifications, circuit design theory of operation, whitepaper, application note)

Das könnte Ihnen auch gefallen