Microchip ATSAMS70

From SEGGER Knowledge Base
Jump to navigation Jump to search

The Microchip (formerly Atmel) ATSAMS70 series are microcontrollers based on the ARM Cortex-M7 core.

Flash Banks

Flash Bank Base address Size J-Link Support
Internal Flash 0x00400000 Up to 2048 KB YES.png

Watchdog Handling

The device has two watchdogs that are fed during flash programming.

Device Specific Handling

Reset

The device uses Cortex-M reset, no special handling necessary, like described here.

RAM specifics

The ATSAMS70 device series gives the user the option to reallocate the RAM section, usually starting at 0x20400000, to other memory areas as TCM memory. Per default the RAM section is one block ranging from 256 - 384 KiB in size (depending on which specific device is used). To reallocate the RAM the so called General Purpose NVM Bits can be used. More information can be found in the corresponding family user guide.

Note:
This setting needs to be taken into account when linking your application in the IDE as not all available RAM is necessarily in one memory region.