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 and 0 warnings 14. Done

Keil programming

  • Upload
    mail

  • View
    2

  • Download
    0

Embed Size (px)

DESCRIPTION

Keil Programmingq

Citation preview

Page 1: Keil programming

How to write a program in keil

1. Install keil2. Open keil3. Select new project4. Select your device from the list5. Select new file6. Type your code7. Save it8. It’ll 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 there’s no error it’ll show 0 errors and 0 warnings14. Done