Author Topic: new WinAVR and AVR Studio versions  (Read 52082 times)

0 Members and 1 Guest are viewing this topic.

Offline AdminTopic starter

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
new WinAVR and AVR Studio versions
« on: December 27, 2008, 03:17:58 AM »
I haven't tested them out much, so don't know how compatible they are with the $50 Robot or the Axon. But I'm upgrading and will only release future code that works with the latest versions. Report any problems you discover here.


The latest WinAVR December 6, 2008:
http://sourceforge.net/project/showfiles.php?group_id=68108&package_id=66543&release_id=645436


The latest AVR Studio:

AVR Studio 4.15 (build 623)  (94 MB, updated 11/08)
http://www.atmel.com/dyn/resources/prod_documents/astudio4b623.exe

AVR Studio 4.14 (build 589)  (89 MB, updated 4/08)
http://www.atmel.com/dyn/resources/prod_documents/aStudio4b589.exe

AVR Studio 4.13 SP2 (build 571)  (45 MB, updated 12/07)
http://www.atmel.com/dyn/resources/prod_documents/AVRStudio4.13SP2.exe

Offline AdminTopic starter

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: new WinAVR and AVR Studio versions
« Reply #1 on: March 23, 2009, 10:48:27 PM »
AVR Studio 4.16 (build 628)  (126 MB, updated 2/09)
http://www.atmel.com/dyn/resources/prod_documents/AvrStudio416Setup.exe

Quote
AVR Studio 4.16 includes new device support and numerous overall enhancements;
AVR QTouch Studio, STK600 support for multiple socket/routing card combinations, Windows Error Reporting (WER) system activated, and JTAGICE mkII command line SW support for XMEGA device family.

I'll be using this version from now on, I'll report back only if I find something broken.

Offline AdminTopic starter

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: new WinAVR and AVR Studio versions
« Reply #2 on: April 30, 2009, 06:02:31 PM »
I am reporting about a serious bug in AVR Studio 4.16 (build 628).

It is unable to write to the boot section.

AVR Studio 4.15 (build 623) however works fine.


Now if only I can get the last 3 hours of my life back, struggling to figure out why the bootloader wouldn't work on the Axon but everything else did :P


edit: Its fixed in the beta, along with two more bugs related to the ATmega640 (the Axon mcu):
http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=78424
« Last Edit: May 01, 2009, 09:11:10 AM by Admin »

Offline AdminTopic starter

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: new WinAVR and AVR Studio versions
« Reply #3 on: July 21, 2009, 01:42:04 PM »
AVR Studio build 638 was released like 2 weeks ago:

AVR Studio 4.16 SP1 (build 638) (34 MB, updated 5/09)
http://www.atmel.com/dyn/resources/prod_documents/AVRStudio4.16SP1.exe

Strangely, AVR Studio isn't requiring registration to download it this time . . . I wonder if my little url hack had anything to do with it ;D

(install 4.16 first, then install the SP1)

fyi - I haven't tried it yet

Offline AdminTopic starter

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: new WinAVR and AVR Studio versions
« Reply #4 on: August 18, 2009, 06:55:22 AM »
http://www.atmel.com/dyn/resources/prod_documents/AvrStudio417Setup.exe

Quote
AVR Studio 4.17 (build 666) (112 MB, updated 7/09)

AVR Studio 4.17 includes new device support and numerous overall enhancements;
Full AVR ONE! 8-bit support - both programming and debugging, AVR Battery Studio version 1.02, JTAGICE mkII command line SW with support for ELF production file format, and STK500 command line SW with support for ELF production file format.

Offline AdminTopic starter

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: new WinAVR and AVR Studio versions
« Reply #5 on: December 03, 2009, 05:58:38 PM »
Version 4.18 is out:

Quote
AVR Studio 4.18 includes new device support and numerous overall enhancements;
QT600 support in programming dialog in AVR Studio, AVR Dragon support for all AVR 8-bit devices including XMEGA, Programming and debugging within AVR Studio, command line software support for ELF production file format, and button for starting AVR32 Studio.

http://www.atmel.com/dyn/resources/prod_documents/AvrStudio4Setup.exe

Offline AdminTopic starter

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: new WinAVR and AVR Studio versions
« Reply #6 on: January 21, 2010, 08:28:33 PM »
New WinAVR version 2010-01-20:
http://sourceforge.net/projects/winavr/files/
updates/adds:
Quote
AVR32 GNU toolchain

Splint 3.1.2 Splint is a tool for statically checking C programs for security vulnerabilities and programming mistakes. Splint does many of the traditional lint checks. More powerful checks are made possible by additional information given in source code annotations.

New Device Support

Component Version Upgrades

Included software upgrades

4.18 SP1
http://www.atmel.com/dyn/resources/prod_documents/AVRStudio4.18SP1.exe
version info:
http://www.atmel.com/dyn/resources/prod_documents/ReleaseNotes_AVRStudio_4.18SP1.txt


I installed and ran both, and my code compiles fine.

Offline AdminTopic starter

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: new WinAVR and AVR Studio versions
« Reply #7 on: May 05, 2010, 10:57:39 PM »
AVR Studio SP2 (build 700) came out like 2 months ago:
http://www.atmel.com/dyn/resources/prod_documents/AVRStudio4.18SP2.exe

(you need SP1 installed first)

Offline AdminTopic starter

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: new WinAVR and AVR Studio versions
« Reply #8 on: October 12, 2010, 09:14:40 AM »
AVR Studio 4.18 SP3 (b716) (31 MB, updated 9/10)
http://www.atmel.com/dyn/resources/prod_documents/AVRStudio4.18SP3.exe

Offline Webbot

  • Expert Roboticist
  • Supreme Robot
  • *****
  • Posts: 2,165
  • Helpful? 111
    • Webbot stuff
Re: new WinAVR and AVR Studio versions
« Reply #9 on: October 12, 2010, 09:50:30 AM »
Webbot Home: http://webbot.org.uk/
WebbotLib online docs: http://webbot.org.uk/WebbotLibDocs
If your in the neighbourhood: http://www.hovinghamspa.co.uk

Offline AdminTopic starter

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: new WinAVR and AVR Studio versions
« Reply #10 on: November 16, 2011, 10:51:37 AM »
There is a new v4.19 for AVR Studio out:
http://www.atmel.com/dyn/resources/prod_documents/AvrStudio4Setup.exe
(124mb)

looking at the release notes, it's not an important upgrade so probably not worth your time:
http://www.atmel.com/dyn/resources/prod_documents/releasenotes_avrStudio419.txt

They also now offer an AVR tool-chain installer.
http://www.atmel.com/dyn/resources/prod_documents/avr-toolchain-installer-3.3.0.710-win32.win32.x86.exe
(94mb)

Offline AdminTopic starter

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: new WinAVR and AVR Studio versions
« Reply #11 on: August 10, 2020, 07:21:18 PM »
AVR Studio download links above no longer work.

You can find the archived links for download here:
https://www.microchip.com/mplab/avr-support/avr-and-sam-downloads-archive

Offline AdminTopic starter

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: new WinAVR and AVR Studio versions
« Reply #12 on: August 10, 2020, 07:29:00 PM »
You can also find the last version of WebbotLib here:
https://sourceforge.net/projects/webbotavrclib/files/

 


Get Your Ad Here

data_list