This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:examples:setup:avrstudio:atmega128 [2012/05/29 11:33] – created raivo.sell | en:examples:setup:avrstudio:atmega128 [2020/07/20 09:00] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | + | ||
- | this section contains the information necessary to install AVR development software on Windows operating system. | + | |
- | + | ||
- | ===== Installation ===== | + | |
- | + | ||
- | You need the following software which can be downloaded from manufacturers homepage or acquired from the CD supplied with the HomeLab kit. | + | |
- | + | ||
- | **1. AVR Studio** | + | |
- | + | ||
- | AVR Studio 4 IDE (// | + | |
- | + | ||
- | **2. WinAVR** | + | |
- | + | ||
- | WinAVR is a GNU-GCC compiler for AVR microcontrollers. This is a freeware which can be downloaded from Sourceforge webpage. During the installation process WinAVR offers a folder name containing long version number. We suggest to cut the version number from folder name and install it just like shown below: | + | |
- | + | ||
- | C:\WinAVR | + | |
- | + | ||
- | **3. HomeLab library** | + | |
- | + | ||
- | HomeLab library is a set of functions designed for HomeLab kit and AVR controllers. By using the library the programming is much easier and effective. Latest version of the library can be downloaded from the HomeLab webpage. This library should be installed in the same folder where WinAVR was installed. | + | |
- | + | ||
- | **4.. Virtual COM port driver** | + | |
- | + | ||
- | Driver enables to connect USB JTAG-ICE programmer with your PC. Driver have to be installed before connecting the programmer. Driver file name is "CDM x.xx.xx.exe", | + | |
- | + | ||
- | {{ : | + | |
- | + | ||
- | According to number of virtual ports previously defined on the particular computer the windows assigns next port number for the new device. New COM port name (range number) is generated if the device is plugged in to the same computer using another USB port. Some AVR Studio versions can not use the programmer if the COM port number exceeds number 10 and number 4 in case of using it as debugger. To prevent this situation you can modify the assigned port number in //Device manager// and assign it to the range COM0...COM4. [[en: | + | |
===== Creating new project ===== | ===== Creating new project ===== |