Top Banner
MAKE AND BUILD NEW PROJECT CODEVISION AVR C
26

PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

May 20, 2018

Download

Documents

dokhuong
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

MAKE AND BUILD NEW PROJECT CODEVISION AVR C

Page 2: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

CODEVISION AVR C

• Code vision AVR merupakan compiller bagi bahasa pemrograman C, sistem IDEAPG (Integrated Development Environment and Automatic Program Generator) yang di disain khusus untuk keluarga mikrokontroler Atmel AVR dapat mempermudah pemrograman C.

Published by. imeldaflorensia91

Page 3: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

CODEVISION AVR C

• Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya beberapa fitur tambahan yang merupakan kebutuhan dari arsitektur AVR dan sistem embedded.

Published by. imeldaflorensia91

Page 4: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

CODEVISION AVR C

• Sistem Integrated Development Environment (IDE) telah disediakan dalam Chip AVR pada System Programmer Software yang memungkinkan mentransfer program secara otomatis ke dalam chip mikrokontroler setelah proses kompilasi sukses.

Published by. imeldaflorensia91

Page 5: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

CODEVISION AVR C

• System Programer Sofware di disain untuk bekerja secara konjungsi dengan produk Atmel STK500/AVRISP/AVRProg (AVR910 application note), sistem Kanda, STK200+/300, Dontronics DT006, Vogel Elektronik VTEC-ISP, futurlec JRAVR dan Micro Tronics ATCPU/Mega2000 development boards.

Published by. imeldaflorensia91

Page 6: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

•New Project

• Run CodeVision

• Pilih File - New

Published by. imeldaflorensia91

Page 7: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

Published by. imeldaflorensia91

Page 8: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

• Chip select

Published by. imeldaflorensia91

Page 9: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

configuration chip select • Chip • I/O port • Timer • Interupt • LCD • UART • Analaog comparator • ADC • I2C • SPI • Ext IRQ • 1 Ware • Bit Banged • Project Informatin

Published by. imeldaflorensia91

Page 10: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

• Save and Generate

Published by. imeldaflorensia91

Page 11: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

• Save File – make folder and files

Published by. imeldaflorensia91

Page 12: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

• Display

Published by. imeldaflorensia91

Page 13: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

•Configuration ready compile

Published by. imeldaflorensia91

Page 14: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

Published by. imeldaflorensia91

Page 15: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

SETTING USB – DOWNLOADER :

• INSTALL DEVICE USB DOWNLOADER

• CONNECT USB DOWNLOADER TO PC/LAPTOP

SETTING COM PORT:

• COMPUTER -> MANAGE -> DEVICE MANAGER

• PORT (COM &LPT) -> PROLIFIC USB TO SERIAL COMM PORT (COM....)

Published by. imeldaflorensia91

Page 16: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

•Configuration PORT Programmer

Published by. imeldaflorensia91

Page 17: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

Choice :

• AVR Chip programmer type

• COM PORT

• BAUD RATE

Published by. imeldaflorensia91

Page 18: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

•COMPILER AND BUILD ALL PROGRAM

Or Shift F9

Published by. imeldaflorensia91

Page 19: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

• Connecting USB Downloader - PC/Laptop - Microcontroller, And....

Published by. imeldaflorensia91

Page 20: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

• Process Downloading.........

Published by. imeldaflorensia91

Page 21: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

FINISH

Published by. imeldaflorensia91

Page 22: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

• Error DOWNLOADING

Solution : • Check COM PORT • Check Baud Rate • Check Connection Downloader • Check Prog/Serial TTL select

Published by. imeldaflorensia91

Page 23: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

•CV AVR WITH PROTEUS

OPEN PROGRAM ISIS PROTEUS PROFESSIONAL

Published by. imeldaflorensia91

Page 24: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

•synchronization cv avr with proteus

• Creat Project and Design

• Double click pict microcntroller

Published by. imeldaflorensia91

Page 25: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

•synchronization cv avr with proteus

• Select clock frequency

• Select program file, (HEX file type)

Published by. imeldaflorensia91

Page 26: PROJECT CODEVISION AVR C - imeldaflorensia91 | … AVR C •Sebagai Compiller C, Code Vision AVR telah mengandung hampir semua elemen bahasa pemrograman ANSI C. Dengan disediakannya

•synchronization cv avr with proteus

• Running ISIS Proteus

• FINISH... Created by. Dwisnanto Putro, Manado, September 2012

Published by. imeldaflorensia91