![KANDA STK200 Dragon Скачать руководство пользователя страница 11](http://html1.mh-extra.com/html/kanda/stk200-dragon/stk200-dragon_manual_3354927011.webp)
AVRStudio
connection
problems
Apart from the hardware interface, the debug process is the same as DebugWire.
Use
Build and Run
or
Debug > Start Debugging
to connect to device and then
use
Run
or
Step
, or set breakpoints. A yellow arrow shows position in your code.
AVRStudio can be a bit unstable, and if you get connection problems or peculiar
behaviour, try unplugging USB cable, cycling power on STK200 board and
sometimes closing and re-opening AVRStudio software.
Occasionally, you may need to restart PC to reset everything, but usually just
closing AVRStudio works.
The Kanda installer will copy a range of documents to a folder called
STK200
Dragon
in your Program Files folder.
Folder Description
•
AVR Studio folder contains 2 folders, App Builder and Documentation. App
Builder is a Wizard to help create assembler or C file templates.
Documentation has PDF files on getting started with AVR Studio and AVR
instruction set
•
C Sample Code folder has example C Projects covering basic topics such as
LED flashing, UART, LCD and Keypad
•
Documentation folder has description of STK200 board, LCD details, AVR
datasheets folder and STK200 board schematics
•
Embedded C book has a PDF book about writing C code
•
Get Going with AVR book is a good place to start if you do not know anything
about AVR microcontrollers
•
Assembler Sample Code folder contains Assembler example files on a range
of topics.
AVRStudio Help Menu
has AVR Tools User Guide. Select
AVR Dragon User
Guide
from list for more information on AVR Dragon, and on its prototype area.
Other Documents