Keil Tool Execution Procedure
Keil Tool Execution Procedure
o True integrated source-level debugger with high speed CPU and peripheral
simulator
o Advanced GDI interface for software debugging in the target hardware and for
connection to KEIL ULINK
o Flash programming utility for downloading the application program into Flash
ROM. MP, CSE, VCET 5
The Keil Software Flow:
Step2: Got o “Project” and click on “New Micro vision Project”; Give Project Name (may be Pgm. Title).
Step3: The new window named “Create New Project” popup and here select destination to save the project.
Step4: On new “Select Device for Target ‘Target 1’”, select NXP founded by Philips and then select
LPC2148 and click “Yes/No”. [Note: For .ASM – don't add header file & for .C file – add header file].
Step6: Project workspace, editor window and Output window will appear. Write program on editor window.
Step7: Save the program file, if the program is in “C” save as “filename.C” or else it is in ASM save as
“filename.ASM”.
Step8: Go to “Project workspace” >> “Target 1” >> “Add Files Group ‘source group1’” on Add
files to the ‘Source Group’ window >> Add.
Step10: Debug >> “Satrt/stop Debug Session”. Use F11 key for single step execution.