Esad File 1
Esad File 1
lab file
6th semester
BACHELORS OF TECHNOLOGY
IN
Electronics and communication
Engineering
PROGRAM CODE:
OUTPUT:
EXPERIMENT – 2
OUTPUT:
EXPERIMENT – 3
OUTPUT:
EXPERIMENT – 4
PROGRAM CODE:
OUTPUT:
EXPERIMENT – 5
OUTPUT:
EXPERIMENT – 6
AIM: To use Embest IDE for ARM and ARM Software Emulator.
THEORY
Embest IDE is an Integrated Development Environment for software
cross- development. The Embest IDE is an application that provides a
simple and versatile graphical user interface and tools for developing
embedded software. It is an Integrated Development Environment
(IDE) that facilitates managing and building projects, establishing and
managing host-target communication, running and debugging
applications. It provides an efficient way for developing embedded
applications. EmbestIDE comprises the following elements (Figure 1-
1):
•An integrated source-code editor.
A project management facility.
Integrated C and ASM compilers and linker. Z
a source-level debugger.
an integrated development environment.
an ARM simulator
Simple Example
This section shows users step by step how to create, compile and
debug a simple project. The project described below is to create a
random number. The project demo locates at \Examples\arm\
explasm under EmbestIDE installing directory. The files to be used
are:
Random.s Assemble file of random number function
Randtest. Main program file
Create a Project
1) Creating Project
Select File > New Workspace menu, Give a project name and specify
project directory as shown Rantest has been used as a project name,
and project directory has been
Set memory map to use map file, and set target memory map file as
$(EMBEST_IDE)\targets\at91\targets\eb40.map.
OUTPUT:
EXPERIMENT – 8
OUTPUT:
EXPERIMENT – 9
OUTPUT: