1
How to write a program in keil 1. Install keil 2. Open keil 3. Select new project 4. Select your device from the list 5. Select new file 6. Type your code 7. Save it 8. It’ll ask for the name 9. Use any name and give the extension accordingly. Ex. .c or .asm 10. Click the source and select add file 11. Add the created c file 12. Click build 13. If there’s no error it’ll show 0 errors 14. Done

Instruction for using keil

  • Upload
    mail

  • View
    218

  • Download
    0

Embed Size (px)

DESCRIPTION

Provides step by step instructions on using keil software to program.

Citation preview

How to write a program in keil1. Install keil2. Open keil3. Select new project4. Select your device from the list5. Select new file6. Type your code7. Save it8. Itll ask for the name 9. Use any name and give the extension accordingly. Ex. .c or .asm10. Click the source and select add file11. Add the created c file12. Click build 13. If theres no error itll show 0 errors14. Done