diff options
Diffstat (limited to 'STM32H750ZBTX_FLASH.ld')
| -rwxr-xr-x | STM32H750ZBTX_FLASH.ld | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/STM32H750ZBTX_FLASH.ld b/STM32H750ZBTX_FLASH.ld index 9645a88..972ca74 100755 --- a/STM32H750ZBTX_FLASH.ld +++ b/STM32H750ZBTX_FLASH.ld @@ -175,6 +175,16 @@ SECTIONS } .ARM.attributes 0 : { *(.ARM.attributes) } + + .audio_buffers (NOLOAD): + { + . = ALIGN(32); + _saudio_buffers = .; + *(.audio_buffers) + *(.audio_buffers*) + . = ALIGN(32); + _eaudio_buffers = .; + } >RAM_D1 } |
