Comments on: AVRStudio Explored https://www.kanda.com/blog/microcontrollers/avr-microcontrollers/avrstudio-explored/ Microcontrollers, training, electronics and coding Wed, 28 Apr 2021 10:17:42 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Kanda Admin https://www.kanda.com/blog/microcontrollers/avr-microcontrollers/avrstudio-explored/#comment-2305 Wed, 28 Apr 2021 10:17:42 +0000 http://www.kanda.com/blog/?p=444#comment-2305 Microchip are aiming to eliminate the Atmel brand and their latest move is to rename Atmel Studio 7 as Microchip Studio 7.

Having looked at it, this is the only real change and code and examples written for Atmel Studio will work fine in Microchip Studio. Solutions and Projects are identical.

The only difference is new download links and having to search for Microchip Studio not Atmel Studio.

]]>
By: Kanda Admin https://www.kanda.com/blog/microcontrollers/avr-microcontrollers/avrstudio-explored/#comment-2292 Mon, 18 Jul 2016 14:36:10 +0000 http://www.kanda.com/blog/?p=444#comment-2292 In reply to Wallace.

Apart from some new device support, I can’t see the point of Atmel Studio 7 or solutions etc. Bloatware is all it is.

]]>
By: Wallace https://www.kanda.com/blog/microcontrollers/avr-microcontrollers/avrstudio-explored/#comment-2291 Mon, 18 Jul 2016 14:32:21 +0000 http://www.kanda.com/blog/?p=444#comment-2291 Just spent 2 days trying to install ver 7 and that was after 4 days of trying to get Win 10 to work on my ‘new’ laptop. Needless to say that what ever I could get to run was still far slower than my old XP and Studio4.

Thank goodness for Mac reflect. It images my drive (and it includes Ubuntu) and I now do this before I install any new software. That way if it crashes I can recover in 10 minutes. It will work on a WD Passport external drive.

Bottom line is I have reverted to Win7 and AVRStudio 4 for the new laptop.

I too had problems with 19 so I stuck with 18.

As time goes on, Ubuntu is looking better and better.

Wallace

]]>
By: Kanda Admin https://www.kanda.com/blog/microcontrollers/avr-microcontrollers/avrstudio-explored/#comment-1267 Mon, 23 Mar 2015 10:30:46 +0000 http://www.kanda.com/blog/?p=444#comment-1267 In reply to Chupo_cro.

The post was about AVRStudio. It does have weaknesses as you describe but it is free. WinAVR C compiler is also not as good as IAR but you get what you pay for. You could use the AVR plugin for Eclipse if you prefer.

]]>
By: Chupo_cro https://www.kanda.com/blog/microcontrollers/avr-microcontrollers/avrstudio-explored/#comment-1264 Thu, 26 Feb 2015 08:05:27 +0000 http://www.kanda.com/blog/?p=444#comment-1264 In reply to Kanda Admin.

1. No auto indent/auto unindent after ‘{‘, ‘}’, ‘for, while etc.
2. No ‘Match Braces’ what is absolutely necessary
3. Highlighting looks ugly (compare to ConTEXT for the example)
4. No line numbering
5. Not configurable (just a few options)

]]>
By: Kanda Admin https://www.kanda.com/blog/microcontrollers/avr-microcontrollers/avrstudio-explored/#comment-1260 Tue, 06 Jan 2015 16:13:54 +0000 http://www.kanda.com/blog/?p=444#comment-1260 In reply to bert.

I do have both AVRStudio 4.19 and AtmelStudio6 on my PC and they don’t interfere with each other, so I can use both. Version 6 takes ages to load so I still use version 4 most of the time. The ATtiny441 isn’t even supported in the last release of 6.1 and you need to download a package to add it to Studio 6, ATtiny441-841 Package for Studio 6.1.

As they haven’t even managed to add these devices to Studio 6 properly, I can’t see them adding it to AVRStudio 4 any time soon.

]]>
By: bert https://www.kanda.com/blog/microcontrollers/avr-microcontrollers/avrstudio-explored/#comment-1259 Tue, 06 Jan 2015 04:10:25 +0000 http://www.kanda.com/blog/?p=444#comment-1259 I need to use AVR studio with an ATtiny 441 , but my current Studio 4 does not have it listed, is there a way to add it to Studio 4 or do I have to upgrade to Studio 6? ….but then I can’t use my Jtag ICE clone for other AVR devices….I suppose I COULD install both AVR Studio 4 AND 6 on one PC? ….

]]>
By: Kanda Admin https://www.kanda.com/blog/microcontrollers/avr-microcontrollers/avrstudio-explored/#comment-1250 Wed, 05 Nov 2014 11:14:19 +0000 http://www.kanda.com/blog/?p=444#comment-1250 In reply to Michele.

Not really. You could use a commandline version of avrasm assembler or GCC compiler with an external editor but you lose all the benefits of an integrated development environment just to get a slightly better editor. After all, AVRStudio was developed to integrate all the tools in one platform so you would be going backwards. I suppose you could write the code in another editor and paste it in but it seems a lot of effort for not much gain.

I find the editor in AVRStudio is ok, with syntax highlighting and reasonable tabbing – what do you find so bad about it?

]]>
By: Michele https://www.kanda.com/blog/microcontrollers/avr-microcontrollers/avrstudio-explored/#comment-1249 Wed, 05 Nov 2014 09:11:08 +0000 http://www.kanda.com/blog/?p=444#comment-1249 Any chance to use an external better editor (like Notpad++ or Porgrammer\’s Notepad) with AVR Studio 4?

]]>
By: Kanda Admin https://www.kanda.com/blog/microcontrollers/avr-microcontrollers/avrstudio-explored/#comment-1124 Mon, 11 Aug 2014 13:12:07 +0000 http://www.kanda.com/blog/?p=444#comment-1124 In reply to Anne.

ATmega8535 is much older and hasn’t got on-chip debug so it can’t be emulated with ICE tools like AVR Dragon. ATmega8535 projects can be easily modified to work with ATmega16 as fuses are very similar. C projects might give grief with ISR names but they are easy to change and as you say ISR table in assembler needs slight modification. ATmega16 are also cheaper.

]]>