From d8077b15f59319cde0a3d4ddf871d6e19e598ba2 Mon Sep 17 00:00:00 2001 From: Lizongdi <1210855344@qq.com> Date: Wed, 1 Jul 2026 10:47:35 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=A5=9E=E5=A5=87=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E3=80=91=E8=A7=A3=E5=86=B3DMA=E8=AE=BF=E9=97=AE?= =?UTF-8?q?=E5=86=85=E5=AD=98=E5=AF=BC=E8=87=B4=E7=9A=84=E5=8F=91=E9=80=81?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- STM32H743XG_FLASH.ld | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/STM32H743XG_FLASH.ld b/STM32H743XG_FLASH.ld index 107ab5e..228a3af 100644 --- a/STM32H743XG_FLASH.ld +++ b/STM32H743XG_FLASH.ld @@ -253,6 +253,13 @@ SECTIONS *(.Rx_PoolSection) } >RAM_D2 + .dma_buffer (NOLOAD) : + { + . = ALIGN(32); + *(.dma_buffer) + . = ALIGN(32); + } > RAM + /* Remove information from the standard libraries */ /DISCARD/ : {