Configuring Atmel Studio 7There are a few things you need to do make sure of once you have it installed
Atmel Usb Driver Download

You might want to look at Atmel’s SAM-BA software. It may download some code. The application note introduces Atmel-ICE setup, driver installation.
Atmel Sam-ice Driver
- Verify GDB is the selected debugger - Bring up the g2core Properties window by right clicking the - g2coreproject symbol in the Solution Explorer window and selecting- Properties(at the bottom)
- Select the - Advancedtab
- Make sure - Use GDBis checked, and- Override Current GDB Pathis not
 
- Make sure project dependencies and ordering are correct - Right click the - Solution 'g2core' (2 projects)icon at the top of the Solution Explorer.- Set - Startup Projectto Single Startup Project:- g2core
- Confirm - Motateis unchecked in- Project Dependencies(it doesn’t ever compile here). OK.
- Right click - Solution 'g2core'again and confirm or set- Project Build Orderto be g2core before Motate. OK.
 
 
- From top menu bar select Tools / Options / Text Editor / All Languages / Tabs. Change the default TAB mode from tabs to spaces (especially if you are going to contribute back to the project). Choose the Insert Spaces option. Leave the tab spacing at 4. 
- From top menu bar hit File / Save All to make sure this sticks.