Keil programming

Preview:

DESCRIPTION

Keil Programmingq

Citation preview

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