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
g2core
project symbol in the Solution Explorer window and selectingProperties
(at the bottom)Select the
Advanced
tabMake sure
Use GDB
is checked, andOverride Current GDB Path
is 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 Project
to Single Startup Project:g2core
Confirm
Motate
is unchecked inProject Dependencies
(it doesn’t ever compile here). OK.Right click
Solution 'g2core'
again and confirm or setProject Build Order
to 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.