From c8496cb73d88667da362ac66320945149a988a26 Mon Sep 17 00:00:00 2001 From: cfif Date: Wed, 27 May 2026 18:02:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- APP/FC7240_flash.ld | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/APP/FC7240_flash.ld b/APP/FC7240_flash.ld index 4edee5a..5b52032 100644 --- a/APP/FC7240_flash.ld +++ b/APP/FC7240_flash.ld @@ -173,6 +173,21 @@ SECTIONS + + .xcp_data(NOLOAD) : + { + __xcp_start = .; + KEEP(*(.xcpdata)) + __xcp_end = .; + . = ALIGN(4); + } > SRAM0 + + .cals_text : + { + KEEP(*(.caltext)) + . = ALIGN(4); + } > DFLASH + .bss(NOLOAD) : { . = ALIGN(4);