Difference between revisions of "ATSAMV7x"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ = RAM specifics = The ATSAME70 device series gives the user the option to reallocate the RAM section, usually starting at 0x20400000, to other memory areas as TCM me...")
 
Line 1: Line 1:
 
__TOC__
 
__TOC__
   
= RAM specifics =
+
= Reallocate RAM =
 
The ATSAME70 device series gives the user the option to reallocate the RAM section, usually starting at 0x20400000, to other memory areas as TCM memory.
 
The ATSAME70 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 kB 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.
 
Per default the RAM section is one block ranging from 256 - 384 kB 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.

Revision as of 16:53, 26 November 2018

Reallocate RAM

The ATSAME70 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 kB 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.