Both sides previous revisionPrevious revisionNext revision | Previous revision |
en:examples:setup:windows [2010/03/21 17:59] – Helen | en:examples:setup:windows [2020/07/20 09:00] (current) – created - external edit 127.0.0.1 |
---|
===== Installation ===== | ===== Installation ===== |
| |
You need the following software which can be downloaded from manufacturers homepage or acquired from the CD supplied with the HomeLab Kit. | 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** | **1. AVR Studio** |
**3. HomeLab library** | **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. | 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** | **4.. Virtual COM port driver** |
{{ :examples:install:windows:studio_new_project.png?400 |}} | {{ :examples:install:windows:studio_new_project.png?400 |}} |
| |
**3.** On the next dialog box you have to select the debugger platform and microcontroller. HomeLab Kit is using JTAG ICE as debugger platform and ATmega128 as microcontroller. After selections press //Finish//. | **3.** On the next dialog box you have to select the debugger platform and microcontroller. HomeLab kit is using JTAG ICE as debugger platform and ATmega128 as microcontroller. After selections press //Finish//. |
| |
{{ :examples:install:windows:studio_project_programmer.png?400 |}} | {{ :examples:install:windows:studio_project_programmer.png?400 |}} |
{{ :examples:install:windows:studio_project_properties_general.png?400 |}} | {{ :examples:install:windows:studio_project_properties_general.png?400 |}} |
| |
**6.** For using HomeLab library functions the software have to be properly intalled. Every new project requires adding library to list of linked objects. To do that go to //Project -> Configuration Options -> Libraries// and add object "libhomelab.a". | **6.** For using HomeLab library functions the software have to be properly installed. Every new project requires adding library to list of linked objects. To do that go to //Project -> Configuration Options -> Libraries// and add object "libhomelab.a". |
| |
{{ :examples:install:windows:studio_project_properties_libraries.png?400 |}} | {{ :examples:install:windows:studio_project_properties_libraries.png?400 |}} |