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:
Nav
2024-04-04 22:48:02 +01:00
parent bfd767da7d
commit 8324d30742
119 changed files with 361 additions and 0 deletions

View File

@@ -20,6 +20,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="270336" endianness="little">
<memory-segment key="internal_program_memory" name="Internal FLASH" type="flash" start="0x00000000" size="270336" page-size="512" access="RW">
<section key="app_section" name="Application Section" start="0x00000000" size="262144">