attiny441/841 not working in Studio 6.1 or 6.2 I found i way to workaround the problem, using libusb0 library, I just added "#undef interface" before line 231 in dfu.c.
Now at least it compiles this files and all...
Saturday, 3 May 2014 - 09:34
attiny441/841 not working in Studio 6.1 or 6.2 Here is the result with libusb installed:
gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/cygdrive/c/avrdude//bin\" -Wall -Wno-pointer-sign -g -O2 -DWIN32NATIVE -MT...
Thursday, 1 May 2014 - 16:01
attiny441/841 not working in Studio 6.1 or 6.2 Here is the error I get if I force HAVE_LIBUSB in dfu.c:
gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/cygdrive/c/avrdude//bin\" -Wall -Wno-pointer-sign -g -O2 -...
Thursday, 1 May 2014 - 11:10
attiny441/841 not working in Studio 6.1 or 6.2 HAVE_LIBUSB should have been set by configure. In this case, i have only installed libusb version 1 under cygwin.
But i have trie also with libusb (obsolete) and no v 1.0, and...
attiny441/841 not working in Studio 6.1 or 6.2 it's me again, figthing with avrdude 6.1.
I can't succeed to compile it under cygwin, i always get errors related to "dfu.c" file. I tried install to libusb (...
Thursday, 1 May 2014 - 10:13
Attiny841 timer problem Hi,
I Just wanted to thanks snigelen for his post on thread I started "pwm and attiny441/841" and the code example for three servo signals on a tiny841 at 8MHz. It was really...
attiny441/841 not working in Studio 6.1 or 6.2 I have an AVRISP programmer from Olimex.
With AtmegaXX MCUs, I used to flash with avrdude, it is so easy and automatic by command line. Doing the same way with attiny441 would be...
Wednesday, 23 April 2014 - 20:17
attiny441/841 not working in Studio 6.1 or 6.2 Thanks for your help,
I found the reason,
my programming tool based on STK500 is not supported by attiny 441/841.
That's why it does not appear in the list of devices.
grrr...
I found i way to workaround the problem, using libusb0 library, I just added "#undef interface" before line 231 in dfu.c. Now at least it compiles this files and all...
Here is the result with libusb installed: gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/cygdrive/c/avrdude//bin\" -Wall -Wno-pointer-sign -g -O2 -DWIN32NATIVE -MT...
Here is the error I get if I force HAVE_LIBUSB in dfu.c: gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/cygdrive/c/avrdude//bin\" -Wall -Wno-pointer-sign -g -O2 -...
HAVE_LIBUSB should have been set by configure. In this case, i have only installed libusb version 1 under cygwin. But i have trie also with libusb (obsolete) and no v 1.0, and...
I pulled a stable version, was a TGZ file (not zip file). AFAIR i tried also with avrdude 6.2 git and got same error.
it's me again, figthing with avrdude 6.1. I can't succeed to compile it under cygwin, i always get errors related to "dfu.c" file. I tried install to libusb (...
Hi, I Just wanted to thanks snigelen for his post on thread I started "pwm and attiny441/841" and the code example for three servo signals on a tiny841 at 8MHz. It was really...
can you suggest any other tool (atmel or not) that can run from cygwin command line ( no mouse click please) to flash an attiny 411 ?
Yes!
20 msec is fine, Attiny clock 16mhz, pin PA3.
I have an AVRISP programmer from Olimex. With AtmegaXX MCUs, I used to flash with avrdude, it is so easy and automatic by command line. Doing the same way with attiny441 would be...
Thanks for your help, I found the reason, my programming tool based on STK500 is not supported by attiny 441/841. That's why it does not appear in the list of devices. grrr...
Pages