From ae747fa77bab9b798935cfc552f2b6298b13f276 Mon Sep 17 00:00:00 2001 From: Sergei Lissianoi <54454955+selissia@users.noreply.github.com> Date: Thu, 24 Mar 2022 09:15:58 -0400 Subject: [PATCH] EFR32: Use correct FLASH addresses in the EFR32MG24 linker file (#16563) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Test added march 8 (#15957) * Added new manual scripts * Added Auto generated File * [OTA] Fix OTARequestorDriverImpl inclusion (#15981) * Regen to fix CI failures (#15990) * [ota] Store Default OTA Providers in flash (#15970) * [ota] Store Default OTA Providers in flash Store Default OTA Providers in flash each time the attribute is modified and load it back on the application startup. * Restyled by clang-format * Fix build and reduce flash usage Co-authored-by: Restyled.io * Use correct FLASH addresses in the EFR32MG24 linker file * Remove merge artifacts Co-authored-by: kowsisoundhar12 <57476670+kowsisoundhar12@users.noreply.github.com> Co-authored-by: Carol Yang Co-authored-by: Boris Zbarsky Co-authored-by: Damian Królik <66667989+Damian-Nordic@users.noreply.github.com> Co-authored-by: Restyled.io --- examples/platform/efr32/ldscripts/efr32mg24.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/platform/efr32/ldscripts/efr32mg24.ld b/examples/platform/efr32/ldscripts/efr32mg24.ld index 8778f772235876..8a7835f6cf2fd0 100644 --- a/examples/platform/efr32/ldscripts/efr32mg24.ld +++ b/examples/platform/efr32/ldscripts/efr32mg24.ld @@ -47,7 +47,7 @@ MEMORY { - FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 0x17e000 + FLASH (rx) : ORIGIN = 0x8006000, LENGTH = 0x178000 RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x40000 }