ATSAML11

From SEGGER Wiki
Revision as of 10:31, 29 October 2018 by Sebastian (talk | contribs)
Jump to: navigation, search

This article describes device specifics of the Atmel SAML11 series devices.

Enable RAM execution

By default RAM execution is not allowed within SAM L11 devices and because of this by default no RAMCodes can be executed to erase or program FLASH. In this case only reading flash is possible. To enable RAM execution the RAM is eXecute Never (RXN) bit within User Row needs to be disabled. When connecting to the device with J-Flash the user will be asked if RAM execution shall be enabled with J-Link Commander the RAM execution will be enabled automatically. After confirming this request ATSAML11xxx can use the J-Link Ram Codes to erase and program Flash.

SAML11 example project for Embedded Studio

  1. To start the project download and unzip the package (SAML11_ES_TestProject)