Atmel Sam Ice Driver Download

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

  1. Atmel Usb Driver Download
  2. Atmel Sam-ice Driver

Atmel Usb Driver Download

Usb

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 selecting Properties (at the bottom)

    • Select the Advanced tab

    • Make sure Use GDB is checked, and Override 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 in Project Dependencies (it doesn’t ever compile here). OK.

      • Right click Solution 'g2core' again and confirm or set Project 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.