Added address space for the register file, in AVR8 targets, where the register file is not located in the data address space
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
</property-group>
|
||||
</property-groups>
|
||||
<address-spaces>
|
||||
<address-space key="register_file" start="0x00000000" size="32" endianness="little">
|
||||
<memory-segment key="gp_registers" name="General Purpose Registers" type="gp_registers" start="0x00000000" size="32"/>
|
||||
</address-space>
|
||||
<address-space key="prog" start="0x00000000" size="36864" endianness="little">
|
||||
<memory-segment key="internal_program_memory" name="Internal FLASH" type="flash" start="0x00000000" size="36864" page-size="256" access="RW">
|
||||
<section key="app_section" name="Application Section" start="0x00000000" size="32768">
|
||||
|
||||
Reference in New Issue
Block a user