Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot use auduinoISP as avrisp within avr studio 4 #19

Closed
GoogleCodeExporter opened this issue Jul 20, 2015 · 2 comments
Closed

Cannot use auduinoISP as avrisp within avr studio 4 #19

GoogleCodeExporter opened this issue Jul 20, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. load arduinoISP sketch in arduino target (I use the duemilanove board)
2. connect arduino pins 10-13+gnd+vcc to target AVR board ISP connector (I use 
a atmega128; that one is not supported as arduino board, thats why I revert to 
AVR studio)
3. In AVR Studio 4 (I use v4.18) Select AVR programmer "AVRISP" or "STK500"


What is the expected output? What do you see instead?

It is expected that AVR Studio 4 can connect to AVRISP, since the arduinoISP 
sketch is supposedly AVRISP compatible. It apparently is not.

First issue: arduinoISP sketch (this mega-isp) uses 19200 baud serial 
connection, whereas AVR Studio uses a fixed 115200 baud baudrate.
Changing the sketch to setup the serial port to use 115200 fixes this ussue.

Second issue: After fixing the baudrate issue, the arduinoISP does not go out 
of sync, but is still not recognized. It says connect failed after a short 
communication. The arduinoISP error led is not active.


What version of the product are you using? On what operating system?
 arduinoISP.04
 AVR Studio 4.18
 Windows Vista
 WinAvr 20100110
 avrdude 5.10

Please provide any additional information below.

It works with avrdude, after specifying the baudrate -b 19200 explicitly.

At one time, it did connect, but it complained that the AVRISP firmware was too 
old and suggested me to upgrade the firmware. I could not reproduce this.

Original issue reported on code.google.com by quan...@ymail.com on 18 Oct 2010 at 11:50

@GoogleCodeExporter
Copy link
Author

We have no plans to support AVR Studio 4.

Original comment by rsb...@gmail.com on 14 Dec 2010 at 5:34

@GoogleCodeExporter
Copy link
Author

Original comment by rsb...@gmail.com on 25 Jun 2011 at 2:53

  • Changed state: WontFix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant