Atmel Studio Release Note DS50002917B
Atmel Studio Release Note DS50002917B
Atmel Studio Release Note DS50002917B
Introduction
Atmel Studio is an integrated development platform from Microchip. It provides a modern and powerful environment
for doing AVR® and Arm® development.
Get started by exploring the included example projects. Run your solution on a starter or evaluation kit. Program and
debug your project with the included simulator, or use one of the powerful on-chip debugging and programming tools
from Microchip. Get productive with the various navigate, refactor and IntelliSense® features in the included editor.
Atmel Studio carries and integrates Atmel START, the GCC toolchains for both AVR and Arm, Atmel Software
Framework, AVR Assembler and Simulator. All the newest Microchip tools are supported including Power Debugger,
Atmel-ICE, Embedded Debugger, AVR ONE!, JTAGICE mkII, JTAGICE3, STK500, STK600, AVRISP mkII,
AVR Dragon, and SAM-ICE™.
Table of Contents
Introduction.....................................................................................................................................................1
3. Installation............................................................................................................................................. 18
4. Extensions.............................................................................................................................................19
6. Device Support......................................................................................................................................27
6.1. Device Notes.............................................................................................................................. 27
7. Revision History.................................................................................................................................... 28
Customer Support........................................................................................................................................ 29
Legal Notice................................................................................................................................................. 29
Trademarks.................................................................................................................................................. 30
Note: QTouch® Composer extension must be updated to version 5.9.122 or later to work with Atmel Studio
7.0.1645.
– gdb 7.8
• AVR 32-bit GCC Toolchain 3.4.3 with Upstream Versions1:
– gcc 4.4.7
– Binutils 2.23.1
– Newlib 1.16.0
• Arm GCC Toolchain 4.9.3 with Upstream Versions1:
– gcc 4.9 (revision 221220)
– Binutils 2.24
– gdb 7.8.0.20150304-cvs
1 For more information, see the readme that is installed as part of the toolchain.
2 For more information, see the readme that is installed as part of the toolchain.
What is the Atmel USB Driver? The Atmel USB Driver is a cumulative installer that bundles the required USB
drivers for all tools.
I get an error during During the installation of the Atmel USB Driver Package, you might get the error
installation of the Atmel USB 0x800b010a - A certificate chain could not be built to a trusted root authority.
Driver Package. This means that the certificate that signs the installer could not be validated
using the certificate authority built into Windows®.
The reason for not being able to validate the certificate is because the certificate
chain needs to be updated through Windows Update. Make sure that you have
received all updates so that Windows can validate the certificate.
If you are not able to update your computer due to the computer being offline or
restricted in some way, then the root certificate update can be downloaded from
http://support2.microsoft.com/kb/931125.
Will Atmel Studio work in Yes, it will work side-by-side between major and minor versions. Side-by-side
parallel with older versions of installation with different build numbers is not possible. If you uninstall AVR
Atmel Studio, AVR Studio, and Studio 4.0 or AVR32 Studio, be careful when manually deleting folders or registry
AVR32 Studio? entries after uninstalling. There might be other keys and folders deployed by
Atmel Studio inside the Microchip folder and registry paths. Note that drivers
may be incompatible between versions.
Atmel Studio cannot find any Atmel Studio might not show any connected tools if Norton AntiVirus is running.
debuggers or programmers To make it work, make sure Norton AntiVirus allows atprogram.exe to
when Norton AntiVirus is communicate with Atmel Studio by adding atbackend.exe as an exception in
running. the Norton AntiVirus allowed programs. This is the same with any anti-virus
program that by default blocks ports.
Windows shows a message This might be caused by an anti-virus program blocking the installation of the
box with the following Atmel Studio. We have seen this with the Sophos antivirus package. Temporarily
message when attempting to disable the Sophos service running on the machine (or any corresponding anti-
run Atmel Studio installer: virus service), and restart the installation.
'Windows cannot access the
specified device, path or file.
You may not have the
appropriate permissions to
access the item.
Atmel Studio takes a very long The Visual Studio Shell (and thus Atmel Studio) does a considerable amount of
time to start but runs well in a processing during start-up. Parts of the operations are WPF operations which
VM environment. benefit greatly from updated graphics libraries and drivers. Installing the latest
graphics driver may give a performance boost both during normal operation and
during start-up.
Verification and programming This is a known issue. Due to DPC latency, serial communication can have
often fail with a serial port buffer overruns on the UART chipset. A workaround which works for most
buffer overrun error message systems is to use a USB to serial adapter.
when using STK500.
When launching from a guest Atmel Studio neither installs nor runs under a guest account.
account, the following error is
displayed when starting Atmel
Studio: 'Exception has been
thrown by the target of an
invocation'.
Can install and run Atmel Yes, with simulator there should be no issues. However, with physical devices
Studio from within a Virtual like debuggers and programmers, the VM must offer support for physical USB
Machine? and Serial port connections.
How can I reduce the start-up • Make sure you have uninstalled unwanted extensions
time of Atmel Studio? • Disable Allow Add-in components to load:
1. Go to Tools, Options, Add-in/Macro Security.
2. Then, uncheck the Allow Add-in components to load option.
• Disable the start-up page:
1. Go to Tools, Options, Environment, Startup, At Startup.
2. Select the Show empty environment option.
How to improve studio • Make sure your system has the latest version of the Windows Automation
performance for any API
supported version of • Exclude the following directories and files from your antivirus scanner:
Windows? – The Atmel Studio installation directory, and all files and folders inside it
– %AppData%\Roaming\Atmel directory, and all files and folders inside it
– %AppData%\Local\Atmel directory, and all files and folders inside it
– Your project directories
• Visual Studio Shell requires a lot of swap space. Increase the paging file.
Also, put the system to maximize performance. Both options are found in
the System, Properties, Performance, Settings menu.
How can I make sure my Your system has the latest Windows Automation API if you have Windows 7 or
system has the latest Windows 8. Only Windows XP, Windows Vista®, Windows Server® 2003, and
Windows Automation API 3.0? Windows Server 2008 have the old version of the API. Find the
UIAutomationCore.dll file in your system (normally found in the Windows folder)
and compare the version number of that file. The version should be 7.X.X.X. for
the new API. The latest API can be found at http://support.microsoft.com/kb/
971513.
My Project is large and it takes Visual Assist X parses all the files when we open the existing project. You could
a long time to open. Is there disable this option:
any option to avoid this delay? 1. Go to VAssistX, Visual Assist X Options, Performance.
2. Uncheck the Parse all files when opening the project.
I have a limited RAM size in Press Ctrl+Shift+Alt+F12 twice to force Atmel Studio to garbage collect.
my system and I work long
hours in the same instance of
Atmel Studio. After some time,
Atmel Studio becomes slow
on my system.
How can I make my projects You can enable the parallel build Option from Tools, Options, Builder, GNU
build faster? Make, Make Parallel Execution Of Build. This option will enable the parallel
execution feature in the GNU make utility. This option may cause the build log to
be displayed unordered.
2.1.2 How do I Reuse My AVR Studio 4 Projects with the New Atmel Studio?
1. Click the menu File → Import AVR Studio 4 project.
2. An “Import AVR Studio 4 Project” dialog will appear.
3. Type in the name of your project or browse to the project location by clicking the Browse button of the APFS
File location Tab.
4. Name the new solution resulting from the conversion of your project in the Solution Folder Tab.
5. Click Next.
6. Atmel Studio will proceed with the conversion. Depending on the complexity and specificity of your project,
there might be some warnings and errors. They will be shown in the Summary window.
7. Click Finish to access your newly converted project.
2.2.1 How can I Start Debugging My Code? What is the Keyboard Shortcut for Debugging?
Unlike the AVR Studio 4 to build your project, without starting debugging, you should press F7.
If you need to rebuild your project after a change to the source files, press Ctrl+Alt+F7.
To Start debugging - press F5.
To open the Debugging Interface without running directly, press the Debug→Start Debugging and Break menu
button, or press F11.
To start a line-by-line debugging press F10, to start an instruction by instruction debugging session - press F11.
To run your project without debugging, press the Debug→Start Without Debugging menu button.
The reason for a to be optimized away is obvious as the incrementation of a does not affect any other part of our
code. This example of a busy-wait loop is a prime example of unexpected behavior if you are unaware of this fact.
To fix this, either lower the optimization level used during compilation or preferably declare a as volatile. Other
situations where a variable should be declared volatile is if some variable is shared between the code and an ISR3.
For a thorough walkthrough of this issue, have a look at Cliff Lawson’s excellent tutorial on this issue.
2.2.6 When Starting a Debug Session, I get an Error Stating that Debug Tool is not Set
The reason for this message is that there is no tool selected capable to debug your project. When no tool has been
selected, it is empty. Clicking on the drop-down menu will show all the available tools. Go to the Tool project pane
and change to a supported tool (Project Properties > Tool > Select debugger/programmer).
If the tool you have selected does support debug, then check that the correct interface is chosen and that the
frequency is according to the specification. If the issue persists, try to lower the frequency to a frequency where
programming is stable, and then slowly increase the frequency as long as it keeps stable.
2.3.1 Atmel Studio Takes a Very Long Time to Start on My PC but Runs Well in a VM Environment. Is
there Something I Can Do With This?
Visual Studio shell (and thus Atmel Studio) uses WPF as a graphics library and does a lot of processing in the GUI
thread. WPF has support for hardware acceleration. Some graphics card drivers do not utilize this well and spend
time in kernel space even when no graphics update is required. Installing the latest graphics driver may give a
performance boost.
2.3.2 Verification and Programming often Fails with a Serial Port Buffer Overrun Error Message when
using STK500
This is a known issue. Interrupt DPC latency for serial communication may be disrupted by other drivers, thus
causing buffer overruns on the UART chipset. A workaround which works for most systems is to use a USB to serial
adapter.
2.3.3 I've connected my Tool through a USB Hub, and now I get Error Messages and Inconsistent
Results while Programming and Debugging
Tools and devices should be connected directly to a USB port on your debugging PC. If this is not an option, you may
reduce/eliminate problems by:
• Disconnect any other USB devices connected to the hub
• Switch ports on the USB hub
• Set the tool clock frequency low. E.g., Set JTAG Clock < 600 kHz.
• If Use external reset is an option for your tool/device combination, enable this
Note: The AVR Dragon should be connected through a powered USB hub. This because the power supply on the
Dragon can be too weak if the motherboard does not provide enough power. If the Dragon times out or freezes, then
the hub might be of too low quality.
Note that the example in the figure above is specific for the JTAGICE mkII. There is one entry for the tool, here the
JTAGICE mkII, and one for AVRBLDR, which is the firmware upgrade mode for the tool. The name, serial, Vendor ID,
and Product ID may be different for your tool, so change those values accordingly.
Note: This section contains specifics to VirtualBox. The same logic applies to other virtualization software, but the
steps may differ.
Download the Procmon tool, open it, and configure the filter as shown in the figure below and start Atmel Studio. A
couple of seconds after Atmel Studio has started, one line should become visible showing the path to where the dll is
being loaded from. It should be loaded from the atbackend folder inside the Atmel Studio installation directory.
Figure 2-2. Procmon Filter Configuration
If the path of the dll is different, it means that Atmel Studio has picked up the wrong dll, and this dll is incompatible
with the dll shipped with Atmel Studio. An example of this is shown in the figure below.
Figure 2-3. Procmon Filter Configuration
To solve the above issue, we recommend backing up the dll that is being loaded and then replacing it with the
JLinkArm.dll found in the atbackend directory inside the Atmel Studio installation directory. This can be done
given the assumption that the dll bundled with Atmel Studio is newer than the one being loaded, and the dll is
backward compatible.
Note: Remember to back up the offending JLinkArm.dll before replacing it, as it is not given that it will be
compatible with the program that deployed it.
3. Installation
Installation instructions.
Supported Architectures
• 32-bit (x86)
• 64-bit (x64)
Hardware Requirements
• A Computer With a 1.6 GHz or Faster Processor
• RAM:
– 1 GB RAM for x86
– 2 GB RAM for x64
– An additional 512 MB RAM if running in a Virtual Machine
• 6 GB of Available Hard Disk Space
4. Extensions
This section contains information about the Extension Manager and the extension ecosystem.
Extensions and updates to Atmel Studio are available through the Microchip Gallery. Access it through https://
gallery.microchip.com/policies/studio or use the extension manager in Atmel Studio under the Tools menu.
The set of extensions supporting a given Atmel Studio version may vary. Visit https://gallery.microchip.com/policies/
studio to see which extensions are available for a given version of Atmel Studio. Note that at the time of the release
of a new version of Atmel Studio, not all extensions have been ported from the previous version.
Atmel Studio does not automatically reinstall extensions installed on previous versions of Atmel Studio.
Known Issues
AVRSV-283: webproperties.tlb A message saying "webproperties.tlb could not be located" can be displayed on
file missing. some systems. A workaround for this problem is to make a copy of a file named
"webproperties???.tlb" in "C:\Program Files (x86)\Common Files\microsoft
shared\MSEnv" (on the same location) and rename it to "webproperties.tlb".
AVRSV-414: Handle Power Power toggle and external reset is not handled gracefully in all situations.
toggle and external reset for all
emulators and architectures/
families.
AVRSV-546: .NET Framework The .NET Framework installer might not work properly if network connectivity is
install might not work if there limited. If connectivity is limited disconnect from the network or disable all active
is limited network connectivity. network adapters before starting installation of Atmel Studio.
AVRSV-628: Scrolling memory Scrolling memory view does not work properly. It is not possible to use the slider
view does not work properly. in the memory view to scroll it. Only the up and down arrows works.
AVRSV-680: Breakpoint is not Sometimes breakpoints that are set in the Source Editor are not reflected
updating in the Disassembly correctly in the Disassembly Window while debugging.
and Code view.
AVRSV-831: .NET install fail Atmel Studio installation may fail on XP systems if the Microsoft Windows
because Windows Imaging Imaging Component (32-bit) is not installed. Install this component,
Component WIC is not downloadable from Microsoft.
installed.
AVRSV-966: Installer crashes Running the Atmel Studio installer using the "run as" option on Windows XP
when trying to install from may crash the installer.
"runas" option.
AVRSV-1192: Internet Explorer Internet Explorer 6 will not render the navigation menu in the user
6 does not show user documentation correctly.
documentation correctly.
AVRSV-1254: The asf.h header The asf.h header file is not included in all examples. Workaround: Include this
file is not included in all file manually if you add additional drivers using the "Select Drivers from AVR
examples. Software Framework" dialog.
AVRSV-1533: Microsoft Visual Visual Studio 2010 RC/Beta version has conflict with RTM version of Microsoft
Studio 2010 Shell --> Error: Visual Studio 2010 Isolated Shell. The workaround is to uninstall Microsoft
Cannot publish because a Visual Studio 2010 isolated Shell that is installed with Atmel Studio.
project failed to build.
AVRSV-1557: Mapped network Mapped network drives do not appear in the Project Location window when
drives do not appear in Project creating a new project.
Location window.
AVRSV-1603: shared register When debugging on ATmega16[A] or ATmega32[A] devices it is not possible to
access not possible?. read out the value of UBRRH using the debugger.
AVRSV-1675: Tool marked as If a driver for a tool has not been installed (first time it's plugged in) and the user
available even though OS plugs the tool into the PC when Atmel Studio is running then it will be shown in
driver is not installed. the "Available Tools" view but not have access to the tool as a OS driver for the
tool does not exist. Any operation on the tool initiated will fail. Restart Atmel
Studio to access the tool.
AVRSV-1733: Single step over Stepping in the source view over a software reset may leave the target running
SW reset on Xmega does not on ATxmega devices.
work.
AVRSV-1758: Non-Latin Projects which include paths or files with non-Latin characters are not
characters in project paths are supported.
not supported.
AVRSV-1760: Issues with AVR Service Pack 1 of Visual Studio 2010 installed on a PC where Atmel Studio 6 is
Studio 5 installed alongside installed, may initiate a need for reapplying the SP1 installer. A dialog box will
Visual Studio 2010 SP1. then appear during startup of Atmel Studio, and detail the steps that must be
taken.
AVRSV-1883: PORT registers in The IO window does not fully support registers like e.g. DIRSET, DIRTGL, and
IO view behaves incorrectly. DIRCLR for the XMEGA family (used to manipulate a corresponding DIR
register). Toggling the value of bits in these registers have undefined result on
DIR.
AVRSV-1888: Detect m103c Debugging ATmega128 in ATmega103 compatibility mode is not supported.
compatibility fuse setting on
atmega128.
AVRSV-1895: VAssistX: Alt + G 'Alt + G' does not open the file <avr/io.h>. This file is not parsed by Visual Assist.
does not open file <avr/io.h>.
AVRSV-1901: Solution with two Creating two projects in the same solution which have different devices is not
projects does not work. supported. Create two different solutions instead.
AVRSV-2022: Conflicts with Running Folding@home together with Atmel Studio may cause unresponsive
Folding@Home. user interface. We recommend to disable the Folding@home when running
Atmel Studio.
AVRSV-2163: File/Folder names Files or folders with more than one consequent spaces are not supported as
with spaces are not built part of AVRStudio 5 projects.
property.
AVRSV-2558: HVPP for HVPP for ATtiny2313A does not work on STK500.
ATtiny2313A does not work on
STK500.
AVRSV-2601: VS6 During installation of Atmel Studio, the Visual Studio 2010 Shell installation will
incompatibillity with AS5. re-register the 'vsjitdebugger'. This might make Visual Studio 2008 and Visual
Studio 2005 unable to debug a crashed application reported by Windows.
Workaround: Run repair of Visual Studio on top of the Atmel Studio installation.
This should re-enable the capability of Visual Studio to get a chance to handle
crashed applications.
AVRSV-2884: AVR Studio Project creation may fail when file/folder name of the project or its sub-items
cannot create a project from name exceeds 256 characters limit.
template with a deep file
architecture.
AVRSV-3296: Visual assist Autocompletion and snippets provided by Visual Assist can generate invalid
inserts the c++ keywords, embedded C++, and it might also try to insert C++ in a C project. This includes
functions in C project. exceptions, classes and namespace declarations.
AVRSV-3313: In Atmel Studio If you encounter the error : variable 'xxxx' must be const in order to be put into
6.1 compilation fails for ASF read-only section by means of '_attribute_((progmem))', then this description
Projects created with AVR applies. The problem is due to the incompatibility of the ASF source code with
Studio 5.1. the AVR GCC compiler. The GCC 4.6 Release document (http://gcc.gnu.org/
gcc-4.6/changes.html) mentions that the error is expected and to use the ASF
projects created in 5.1 (i.e ASF 2.9.0) we have to use avr gcc toolchain verison
3.3.1 and for later ASF versions use 3.4.0. Alternatively you could manually add
the const qualifier to the variable(s) that are reported, when compiling ASF 2.9.0
projects with AVR GCC toolchain 3.4.0 or later.
AVRSV-3672: Can't use ASF projects cannot be created in UNC paths. To create the ASF project, map
network path in "New Example the UNC path to a network drive.
Project from ASF"- dialog.
AVRSV-3993: JTAGICE3 event On virtual machines like VirtualBox, the event endpoint may not work properly
endpoint is not registered on and no events will be propagated from the tool to Atmel Studio. This mainly
virtual machines. impacts debugging.
AVRSV-4005: Setting lockbits Setting flash region lockbits when using SEGGER may have no effect, as the
for SAM4LC4C have no effect. SEGGER tool may unlock the flash region before it writes to it at a later stage.
AVRSV-4050: User signature on User signature on RFR parts can only be accessed by JTAG or parallel
RFR parts can only be programming.
accessed by JTAG or parallel
programming.
AVRSV-4079: Unable to launch Launching debug with an ELF file containing non-0xFF lockbits may fail.
using an ELF file containing Lockbits should not be set for debugging.
LOCKBITS.
AVRSV-4337: After Installing Build abruptly fails in Atmel studio without proper error message and the error
AtmelStudio 6.1, the old window shows no error. Tail of the Build Output: Task "RunCompilerTask"
projects does not build in ========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========
earlier versions of Reason: Project file was upgraded from 6.0 to 6.1. Steps to Restore back the
AtmelStudio. project to working condition: Scenario 1: (With Backup) Check whether there is
a back up project in the projectfolder with the name ProjectName_6_0 (For
Example the backup project is GccApplication1_6_0.cproj if the actual project
name is GccApplication1.cproj) * Project with the name GccApplication1.cproj is
the upgraded project to confirm edit the project file in editor you should be able
to see <ProjectVersion>6.1</ProjectVersion>. * Open the project
GccApplication1_6_0.cproj in Atmel Studio 6.0. It should prompt you to save the
solution file. Save and build it should work fine. Scenario 2: (Without Backup) If
the backup project is not found in the project folder chances are that you would
have upgraded the project from 6.0 to 6.1 without opting for the backup. * Edit
the project file modify <ProjectVersion> tag and set the version to 6.0 and also
modify the <ToolchainName> tag by removing .C or .CPP from the tag ( For
example com.Atmel.AVRGCC32.C must be renamed as
com.Atmel.AVRGCC32) build the project now.
AVRSV-4380: No error or When building a project in Atmel Studio, and if you get an error like the one as
warning is displayed when follows <some file>.o: No such file or directory during the linking stage, then it
number of characters in could be because of the number of characters in the command line. Windows
command line arguments expects that the command line be less than 8192 characters. To workaround the
exceeds microsoft limitation. . issue, reduce the name of the folder so that the command line becomes shorter.
AVRSV-4440: Breaking The SAM header files have been updated and due to this there are breaking
changes in SAM header files changes when upgrading from 6.0 to 6.1. Bare bone SAM projects created with
going from 6.0 to 6.1. Atmel Studio 6.0 can get compilation errors due to changes in defines. You can
continue to use the old headers by keeping Atmel Studio 6.0 and 6.1 installed in
parallel and use the toolchain from 6.0. ASF projects are not affected.
AVRSV-4501: Path of Toolchain libraries "Full Path" property will display the base path of the current
toolchain's native libraries are toolchain.
wrong.
AVRSV-4521: Expanding / If a library is removed, the Library list in the solution explorer may not update.
collapsing node does not Double click the "Libraries" node to refresh the status of Libraries presence.
extract the address of the variable. This means that expressions will be
evaluated to the wrong value.
AVRSV-5635: Unable to debug Care should be taken when debugging a project with embedded fuse
when assigning fuse bits information. The debugging session might misbehave if the fuses overwrites
through .elf. settings that Atmel Studio assumes to have control over.
AVRSV-5711: Cannot debug Relocating the .text segment may cause the debugger to fail in certain
SAM D code with Atmel Studio conditions. This results in 'Start debugging and break' to stop at a high address
if .text section is relocated. in the disassembly view. To make the debugger break the application entry, tick
the 'Override VTOR' option in the project properties, and ensure that the text
box contains the address of the interrupt vector. This is usually 'exception_table'
or '&exception_table', depending on the startup code in the project. The
difference between these is that '&exception_table' is a struct, while
'exception_table' is a function pointer array.
AVRSV-5792: Installing 6.2 Installation of Atmel Studio 6.2.1153 after Atmel Studio 6.2 Service Pack 1
public after 6.2 ServicePack1 corrupts the installation of Atmel Studio 6.2 Service Pack. The installations
corrupts the Service pack cannot co-exist so always uninstall Atmel Studio 6.2 Service Pack 1 before
installation. installing Atmel Studio 6.2.1153.
AVRSV-5837: Backend times Trying to enable GDB for AVR32 projects will probably fail in even the simplest
out if ''USE GDB'' is selected debugging, such as Halt, Step, and Go. It is not recommended to ignore the
for UC3 devices. warning shown when this option is enabled for a project.
AVRSV-5854: Installation of The Atmel USB Driver Package may fail during installation with error
USB Driver package fails on '0x800b010a - A certificate chain could not be built to a trusted root authority'.
clean Win 7 (64-bit) machine. The reason for this is that the built in certificate in Windows is out of date and
needs to be updated through Windows Update. If you are unable to perform a
update, then the update can be manually downloaded from KB931125 from
Microsoft.
AVRSV-5952: Firmware Upgrading JTAGICE3 from major version 1 or 2 to major version 3 can fail. The
upgrade fails from first firmware upgrade attempt will only put the JTAGICE3 into boot mode, and
jtagice3v2.15 to jtagice3+. not do an actual upgrade. Running a second firmware upgrade without toggling
power to the tool should work. The simplest workaround is to use atfw found in
'<Atmel Studio installation folder>\atbackend\'. From a command prompt (inside
Atmel Studio, go to Tools|Command Prompt) run"atfw.exe -t jtagice3 -a "<Atmel
Studio installation folder>\tools\jtagice3\jtagice3_fw.zip", which would normally
be atfw -t jtagice3 -a "C:\Program Files (x86)\Atmel\Atmel Studio 6.2\tools
\jtagice3\jtagice3_fw.zip". The first attempt will fail, but when running the
command again without toggling power on the JTAGICE3 it should pass. Note
that as soon as the JTAGICE3 has been upgraded to a firmware with major
version 3 or higher, firmware upgrade should work on first attempt also from
Atmel Studio 6.2 SP1.
AVRSV-5987: Cannot chip Atmel Studio would not be able to erase a SAM4L part if the part was put into a
erase SAM4L in backup mode sleep mode immediately after startup. Note that a POR may be required after
on SAMICE. programming to be able to establish contact.
AVRSV-6364: ARP entry added Atmel Studio 7.0 entry will be visible in Add Remove programs even if the
into the control panel even if installation is unsuccessful or partial. Please remove the entry and try installing
one of the packages get again.
installed by the bootstrapper.
AVRSV-6372: Installing Atmel If VSIX (Atmel Studio extensions) are installed manually, there might be conflicts
Studio Extensions does not between Atmel Studio and Visual Studio due to issues in the Microsoft Visual
seem to detect Atmel Studio Studio Version Selector (VSLauncher.exe) executable. To fix this, change the file
7.0. association for VSIX files from VSLauncher.exe to C:\Program Files
(x86)\Microsoft Visual Studio 12.0\Common7\IDE\VSIXInstaller.exe (D:\Program
Files\Microsoft Visual Studio 12.0\Common7\IDE\VSIXInstaller.exe on 32-bit
systems). Changing the file association is done by Shift-Right Click the VSIX,
choose 'Open With...' and browse to the VSIXInstaller.exe in the path shown
above.
AVRSV-6405: Device Tools may fail to re-enumerate after a firmware upgrade, causing the tool to be
disconnected error comes after listed as disconnected. If this happens, reconnect the tool and it should re-
updating firmware. But allows enumerate and become connected again.
to debug program.
AVRSV-6427: Abort of Uninstall If the system goes into an intermediate state after abort of uninstall sequence
sequence leaves the system in (forceful exit of installation process) the state could be recovered by repairing
intermediate state. Atmel Studio 7.0 from control panel.
AVRSV-6664: Atmel Studio Atmel Studio may crash when searching in the Options page. The issue lies in
crashes when I search in the the Visual Studio shell, and is fixed in version 2013.4 and newer. To apply the
options dialog. fix, download Visual Studio 2014 Update 4 or newer from https://
www.visualstudio.com/news/vs2013-update4-rtm-vs or from https://
www.microsoft.com/en-us/download/details.aspx?id=44921 .
AVRSV-6677: Issues with Atmel Studio tries to offload as much of the graphics rendering of the user
graphics driver can cause interfaces as possible to the graphics card to free up CPU resources. If the
rendering glitches. graphics driver does not support hardware rendering, Atmel Studio will fall back
to using software rendering. However, in some cases, this fallback does not
work for some reasons, causing rendering glitches in the user interface. The
best way to solve this issue is to make sure that the latest graphics driver is
installed from your graphics card vendor.
AVRSV-6848: Upgrading Atmel Studio fails to connect to JTAGICE3 after upgrading from firmware
JTAGICE3v1 and v2 to v3 version 1 or version 2. To be able to connect, Atmel Studio needs to be
works, but studio needs to be restarted.
restarted.
AVRSV-7003: Current Running current measurements in Data Visualizer while programming or
measurements does not work debugging at low interface frequencies/baud rates might result in Data
when running debugging or Visualizer disconnecting from the Power Debugger. The lower limit of the
programming at low baud. interface speed varies depending on target type, flash size and interface type
but is typically in the range 100-300kHz.
AVRSV-7154: Studio upgrade If a USER is using an Atmel Studio installed by another user ADMIN (USER!
breaks functionality for other =ADMIN), and Atmel Studio is updated by ADMIN, Atmel Studio will still be
users on the same computer. using the old extensions that were copied to the %appdata% folders. To correct,
the USER must delete the %appdata%/Atmel (roaming and local) folders so that
they are reinitialized by the new version of Atmel Studio on the next start.
AVRSV-7163: Installing AVR8 Run 'Microsoft Fix' it and uninstall 'AVR8 Toolchain 7.0'. After this, run the Atmel
Toolchain 7.0: 'An error Studio installer and choose repair.
occured: The specified account
already exists'.
AVRSV-7235: Atmel Studio On some machines, Atmel Studio can crash when searching for files in the
crashes when searching in the Solution Explorer. Currently, only workaround is to install Visual Studio 2015
Solution Explorer. Update 2 or newer on the machine.
AVRSV-7309: Multiple Windows Some Windows 7 machines can experience multiple security dialog boxes
security dialog boxes during during the driver installation. Clicking the Trust this publisher checkbox does not
driver install on Windows 7. work. This is related to KB2921916, this hotfix can be downloaded from https://
support.microsoft.com/en-us/kb/2921916.
AVRSV-7828: Error during The drivers may fail during upgrade on Windows 7 32-bit. A workaround is to
driver installation on Windows unistall Atmel Studio and the Atmel Driver from Add/Remove programs before
7 32-bit. installing again.
AVRSV-7931: Arduino sketch To fix this compilation error, After project creation, navigate to ArduinoCore/Src/
project with custom libraries Libraries/Adafruit-GFX-Library-master/fontconvert/fontconvert.c Exclude
fails to compile in studio. fconvert.c from compilation by setting Build Action for this file to None
6. Device Support
Device support in Atmel Studio is done using the concept of device family packs. The format is inspired by the Keil®
CMSIS-Pack specification, and packs containing Arm devices are fully compatible with the Keil CMSIS-Pack
specification. For AVR and AVR32 packs, some Microchip specific extensions to the format have been implemented.
CMSIS-Pack describes a couple of use cases, and the packs used in Atmel Studio to provide device support is part
of the Device Family Pack (DFP) use case. This pack contains all needed files to support compilation, programming
and debugging of a device. More information about the CMSIS-Pack specification, visit http://www.keil.com/pack/doc/
CMSIS/Pack/html/index.html.
Atmel Studio includes a tool to manage packs, called Pack Manager. It is available in the Tools menu in Atmel Studio
and gives the ability to install, remove and list information related to packs.
7. Revision History
Revision Changes
B Atmel Studio 7.0.2397 is added
A Changed to Microchip standard and a new Microchip document number is set up.
K Adding June 2018 release of Atmel Studio
J Adding October 2017 release of Atmel Studio
I Adding March 2017 USB driver update of Atmel Studio
H Adding March 2017 release of Atmel Studio
G Adding September 2016 release of Atmel Studio
F Adding June 2016 release of Atmel Studio
E Adding May 2016 release of Atmel Studio, released as revision D
D Adding February 2016 release of Atmel Studio
C Never released
B Initial document for version 7.0 of Atmel Studio
A Never released
Customer Support
Users of Microchip products can receive assistance through several channels:
• Distributor or Representative
• Local Sales Office
• Embedded Solutions Engineer (ESE)
• Technical Support
Customers should contact their distributor, representative or ESE for support. Local sales offices are also available to
help customers. A listing of sales offices and locations is included in this document.
Technical support is available through the website at: http://www.microchip.com/support
Legal Notice
Information contained in this publication regarding device applications and the like is provided only for your
convenience and may be superseded by updates. It is your responsibility to ensure that your application meets with
Trademarks
The Microchip name and logo, the Microchip logo, Adaptec, AnyRate, AVR, AVR logo, AVR Freaks, BesTime,
BitCloud, chipKIT, chipKIT logo, CryptoMemory, CryptoRF, dsPIC, FlashFlex, flexPWR, HELDO, IGLOO, JukeBlox,
KeeLoq, Kleer, LANCheck, LinkMD, maXStylus, maXTouch, MediaLB, megaAVR, Microsemi, Microsemi logo, MOST,
MOST logo, MPLAB, OptoLyzer, PackeTime, PIC, picoPower, PICSTART, PIC32 logo, PolarFire, Prochip Designer,
QTouch, SAM-BA, SenGenuity, SpyNIC, SST, SST Logo, SuperFlash, Symmetricom, SyncServer, Tachyon,
TempTrackr, TimeSource, tinyAVR, UNI/O, Vectron, and XMEGA are registered trademarks of Microchip Technology
Incorporated in the U.S.A. and other countries.
APT, ClockWorks, The Embedded Control Solutions Company, EtherSynch, FlashTec, Hyper Speed Control,
HyperLight Load, IntelliMOS, Libero, motorBench, mTouch, Powermite 3, Precision Edge, ProASIC, ProASIC Plus,
ProASIC Plus logo, Quiet-Wire, SmartFusion, SyncWorld, Temux, TimeCesium, TimeHub, TimePictra, TimeProvider,
Vite, WinPath, and ZL are registered trademarks of Microchip Technology Incorporated in the U.S.A.
Adjacent Key Suppression, AKS, Analog-for-the-Digital Age, Any Capacitor, AnyIn, AnyOut, BlueSky, BodyCom,
CodeGuard, CryptoAuthentication, CryptoAutomotive, CryptoCompanion, CryptoController, dsPICDEM,
dsPICDEM.net, Dynamic Average Matching, DAM, ECAN, EtherGREEN, In-Circuit Serial Programming, ICSP,
INICnet, Inter-Chip Connectivity, JitterBlocker, KleerNet, KleerNet logo, memBrain, Mindi, MiWi, MPASM, MPF,
MPLAB Certified logo, MPLIB, MPLINK, MultiTRAK, NetDetach, Omniscient Code Generation, PICDEM,
PICDEM.net, PICkit, PICtail, PowerSmart, PureSilicon, QMatrix, REAL ICE, Ripple Blocker, SAM-ICE, Serial Quad
I/O, SMART-I.S., SQI, SuperSwitcher, SuperSwitcher II, Total Endurance, TSHARC, USBCheck, VariSense,
ViewSpan, WiperLock, Wireless DNA, and ZENA are trademarks of Microchip Technology Incorporated in the U.S.A.
and other countries.
SQTP is a service mark of Microchip Technology Incorporated in the U.S.A.
The Adaptec logo, Frequency on Demand, Silicon Storage Technology, and Symmcom are registered trademarks of
Microchip Technology Inc. in other countries.
GestIC is a registered trademark of Microchip Technology Germany II GmbH & Co. KG, a subsidiary of Microchip
Technology Inc., in other countries.
All other trademarks mentioned herein are property of their respective companies.
© 2019, Microchip Technology Incorporated, Printed in the U.S.A., All Rights Reserved.
ISBN: 978-1-5224-5314-7