[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Programming a DT006 on Win2K from GCC-AVR/AVR Studio
From: |
Marc Wetzel |
Subject: |
Re: [avr-gcc-list] Programming a DT006 on Win2K from GCC-AVR/AVR Studio 3 |
Date: |
Thu, 20 Jun 2002 12:21:42 +0200 |
- I have tried the UISP for Windows but it crashes - probably a problem
with wrong hardware acess NT device driver
I use uisp for more than a year now. I use it with cygwin, so I can build
and use always the latest version Marek provides.
Have a look at GIVEIO. This is the printer port driver uisp/win32 uses. You
will find a ready to use uisp/win32
in my avrgcc distributions on http://www.smartsolutionnet.de/avrgcc
One place where GIVEIO is found is e.g. here: http://irdeo.de/ntdriver.zip
I use make to flash my avrs. I defined a "simple" rule for `make installĀ“
like this:
ISP = C:/avrgcc/bin/uisp.exe
install: $(TARG)
$(ISP) -v=3 -dprog=stk200 --hash=1024 --erase --upload if=$(TARG).hex
Greetings
/Marc
- I have tried wppisp but it does not support the Win2K either
Does anyone have the same setup and have a good working combination of
software that lets you program/reset/run on a DT006?
Cheers
Alex Shepherd
avr-gcc-list at http://avr1.org