diff --git a/example-apps/mouseplay/ATSAMD11D14AM_MemoryMap.xml b/example-apps/mouseplay/ATSAMD11D14AM_MemoryMap.xml deleted file mode 100644 index 9249964..0000000 --- a/example-apps/mouseplay/ATSAMD11D14AM_MemoryMap.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/example-apps/mouseplay/D11mouseplay.hzp b/example-apps/mouseplay/D11mouseplay.hzp index 61248fa..bdf3f9f 100644 --- a/example-apps/mouseplay/D11mouseplay.hzp +++ b/example-apps/mouseplay/D11mouseplay.hzp @@ -30,6 +30,7 @@ linker_memory_map_file="$(DeviceMemoryMapFile)" linker_output_format="bin" linker_section_placement_file="$(StudioDir)/targets/Cortex_M/flash_placement.xml" + linker_section_placement_macros="FLASH_START=0x400" macros="DeviceLoaderFile=$(TargetsDir)/SAM_D/Loader/SAM_D11_Loader.elf;DeviceMemoryMapFile=$(TargetsDir)/SAM_D/XML/ATSAMD11D14AM_MemoryMap.xml;DeviceRegisterDefinitionFile=$(TargetsDir)/SAM_D/XML/ATSAMD11D14AM_Registers.xml;DeviceFamily=SAM D;DeviceSubFamily=SAM D11" package_dependencies="SAM_D" project_directory="" @@ -52,9 +53,6 @@ - - - - - - - diff --git a/example-apps/vcp/ataradov-vcp.hzp b/example-apps/vcp/ataradov-vcp.hzp index 02d4052..bc22a4d 100644 --- a/example-apps/vcp/ataradov-vcp.hzp +++ b/example-apps/vcp/ataradov-vcp.hzp @@ -29,6 +29,7 @@ linker_memory_map_file="$(DeviceMemoryMapFile)" linker_output_format="bin" linker_section_placement_file="$(StudioDir)/targets/Cortex_M/flash_placement.xml" + linker_section_placement_macros="FLASH_START=0x400" macros="DeviceLoaderFile=$(TargetsDir)/SAM_D/Loader/SAM_D11_Loader.elf;DeviceMemoryMapFile=$(TargetsDir)/SAM_D/XML/ATSAMD11D14AM_MemoryMap.xml;DeviceRegisterDefinitionFile=$(TargetsDir)/SAM_D/XML/ATSAMD11D14AM_Registers.xml;DeviceFamily=SAM D;DeviceSubFamily=SAM D11" package_dependencies="SAM_D" project_directory="" @@ -52,9 +53,6 @@ - - -