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/ : {