diff --git a/Projects/NUCLEO-N657X0-Q/Examples/CORTEX/CORTEX_InterruptSwitch_TrustZone/STM32CubeIDE/AppliNonSecure/STM32N657X0HXQ_FLASH.ld b/Projects/NUCLEO-N657X0-Q/Examples/CORTEX/CORTEX_InterruptSwitch_TrustZone/STM32CubeIDE/AppliNonSecure/STM32N657X0HXQ_FLASH.ld index 2c12dfef2..a56fdbf1a 100644 --- a/Projects/NUCLEO-N657X0-Q/Examples/CORTEX/CORTEX_InterruptSwitch_TrustZone/STM32CubeIDE/AppliNonSecure/STM32N657X0HXQ_FLASH.ld +++ b/Projects/NUCLEO-N657X0-Q/Examples/CORTEX/CORTEX_InterruptSwitch_TrustZone/STM32CubeIDE/AppliNonSecure/STM32N657X0HXQ_FLASH.ld @@ -44,7 +44,7 @@ _Min_Stack_Size = 0x1000; /* required amount of stack */ /* Memories definition */ MEMORY { - RAM (xrw) : ORIGIN = 0x241a0000, LENGTH = 256K + RAM (xrw) : ORIGIN = 0x241a0000, LENGTH = 384K } /* Sections */ diff --git a/Projects/STM32N6570-DK/Applications/VENC/VENC_RTSP_Server/STM32CubeIDE/FSBL/STM32N657XX_AXISRAM2_fsbl.ld b/Projects/STM32N6570-DK/Applications/VENC/VENC_RTSP_Server/STM32CubeIDE/FSBL/STM32N657XX_AXISRAM2_fsbl.ld index f4228b7ca..b0dec2980 100644 --- a/Projects/STM32N6570-DK/Applications/VENC/VENC_RTSP_Server/STM32CubeIDE/FSBL/STM32N657XX_AXISRAM2_fsbl.ld +++ b/Projects/STM32N6570-DK/Applications/VENC/VENC_RTSP_Server/STM32CubeIDE/FSBL/STM32N657XX_AXISRAM2_fsbl.ld @@ -49,7 +49,7 @@ _Min_Stack_Size = 0x800; /* required amount of stack */ MEMORY { ROM (xr) : ORIGIN = 0x34180400, LENGTH = 255K - RAM (rw) : ORIGIN = 0x341C0000, LENGTH = 255K + RAM (rw) : ORIGIN = 0x341C0000, LENGTH = 256K DTCM (rw) : ORIGIN = 0x30000000, LENGTH = 128K } diff --git a/Projects/STM32N6570-DK/Applications/VENC/VENC_SDCard/STM32CubeIDE/Appli/STM32N657XX_LRUN.ld b/Projects/STM32N6570-DK/Applications/VENC/VENC_SDCard/STM32CubeIDE/Appli/STM32N657XX_LRUN.ld index 176f09020..ffe5a6ae1 100644 --- a/Projects/STM32N6570-DK/Applications/VENC/VENC_SDCard/STM32CubeIDE/Appli/STM32N657XX_LRUN.ld +++ b/Projects/STM32N6570-DK/Applications/VENC/VENC_SDCard/STM32CubeIDE/Appli/STM32N657XX_LRUN.ld @@ -48,7 +48,7 @@ _eDTCM = ORIGIN(DTCM) + LENGTH(DTCM); /* Memories definition */ MEMORY { - ROM (xr) : ORIGIN = 0x34000400, LENGTH = 256K + ROM (xr) : ORIGIN = 0x34000400, LENGTH = 255K RAM (rw) : ORIGIN = 0x341B7000, LENGTH = 2340K DTCM (rw) : ORIGIN = 0x30000000, LENGTH = 128K } diff --git a/Projects/STM32N6570-DK/Applications/VENC/VENC_SDCard/STM32CubeIDE/FSBL/STM32N657XX_AXISRAM2_fsbl.ld b/Projects/STM32N6570-DK/Applications/VENC/VENC_SDCard/STM32CubeIDE/FSBL/STM32N657XX_AXISRAM2_fsbl.ld index f4228b7ca..b0dec2980 100644 --- a/Projects/STM32N6570-DK/Applications/VENC/VENC_SDCard/STM32CubeIDE/FSBL/STM32N657XX_AXISRAM2_fsbl.ld +++ b/Projects/STM32N6570-DK/Applications/VENC/VENC_SDCard/STM32CubeIDE/FSBL/STM32N657XX_AXISRAM2_fsbl.ld @@ -49,7 +49,7 @@ _Min_Stack_Size = 0x800; /* required amount of stack */ MEMORY { ROM (xr) : ORIGIN = 0x34180400, LENGTH = 255K - RAM (rw) : ORIGIN = 0x341C0000, LENGTH = 255K + RAM (rw) : ORIGIN = 0x341C0000, LENGTH = 256K DTCM (rw) : ORIGIN = 0x30000000, LENGTH = 128K } diff --git a/Projects/STM32N6570-DK/Applications/VENC/VENC_SDCard_ThreadX/STM32CubeIDE/FSBL/STM32N657XX_AXISRAM2_fsbl.ld b/Projects/STM32N6570-DK/Applications/VENC/VENC_SDCard_ThreadX/STM32CubeIDE/FSBL/STM32N657XX_AXISRAM2_fsbl.ld index f4228b7ca..b0dec2980 100644 --- a/Projects/STM32N6570-DK/Applications/VENC/VENC_SDCard_ThreadX/STM32CubeIDE/FSBL/STM32N657XX_AXISRAM2_fsbl.ld +++ b/Projects/STM32N6570-DK/Applications/VENC/VENC_SDCard_ThreadX/STM32CubeIDE/FSBL/STM32N657XX_AXISRAM2_fsbl.ld @@ -49,7 +49,7 @@ _Min_Stack_Size = 0x800; /* required amount of stack */ MEMORY { ROM (xr) : ORIGIN = 0x34180400, LENGTH = 255K - RAM (rw) : ORIGIN = 0x341C0000, LENGTH = 255K + RAM (rw) : ORIGIN = 0x341C0000, LENGTH = 256K DTCM (rw) : ORIGIN = 0x30000000, LENGTH = 128K } diff --git a/Projects/STM32N6570-DK/Applications/VENC/VENC_USB/STM32CubeIDE/FSBL/STM32N657XX_AXISRAM2_fsbl.ld b/Projects/STM32N6570-DK/Applications/VENC/VENC_USB/STM32CubeIDE/FSBL/STM32N657XX_AXISRAM2_fsbl.ld index f4228b7ca..b0dec2980 100644 --- a/Projects/STM32N6570-DK/Applications/VENC/VENC_USB/STM32CubeIDE/FSBL/STM32N657XX_AXISRAM2_fsbl.ld +++ b/Projects/STM32N6570-DK/Applications/VENC/VENC_USB/STM32CubeIDE/FSBL/STM32N657XX_AXISRAM2_fsbl.ld @@ -49,7 +49,7 @@ _Min_Stack_Size = 0x800; /* required amount of stack */ MEMORY { ROM (xr) : ORIGIN = 0x34180400, LENGTH = 255K - RAM (rw) : ORIGIN = 0x341C0000, LENGTH = 255K + RAM (rw) : ORIGIN = 0x341C0000, LENGTH = 256K DTCM (rw) : ORIGIN = 0x30000000, LENGTH = 128K } diff --git a/Projects/STM32N6570-DK/Examples/PWR/PWR_STANDBY/STM32CubeIDE/Appli/STM32N657X0HXQ_LRUN.ld b/Projects/STM32N6570-DK/Examples/PWR/PWR_STANDBY/STM32CubeIDE/Appli/STM32N657X0HXQ_LRUN.ld index 0c2627512..c16b4c84e 100644 --- a/Projects/STM32N6570-DK/Examples/PWR/PWR_STANDBY/STM32CubeIDE/Appli/STM32N657X0HXQ_LRUN.ld +++ b/Projects/STM32N6570-DK/Examples/PWR/PWR_STANDBY/STM32CubeIDE/Appli/STM32N657X0HXQ_LRUN.ld @@ -45,7 +45,7 @@ _Min_Stack_Size = 0x800; /* required amount of stack */ MEMORY { ROM (xrw) : ORIGIN = 0x34000400, LENGTH = 511K - RAM (xrw) : ORIGIN = 0x34020000, LENGTH = 1536K + RAM (xrw) : ORIGIN = 0x34080000, LENGTH = 1536K } /* Sections */ diff --git a/Projects/STM32N6570-DK/Examples/PWR/PWR_STANDBY_RTC/STM32CubeIDE/Appli/STM32N657X0HXQ_LRUN.ld b/Projects/STM32N6570-DK/Examples/PWR/PWR_STANDBY_RTC/STM32CubeIDE/Appli/STM32N657X0HXQ_LRUN.ld index 0c2627512..c16b4c84e 100644 --- a/Projects/STM32N6570-DK/Examples/PWR/PWR_STANDBY_RTC/STM32CubeIDE/Appli/STM32N657X0HXQ_LRUN.ld +++ b/Projects/STM32N6570-DK/Examples/PWR/PWR_STANDBY_RTC/STM32CubeIDE/Appli/STM32N657X0HXQ_LRUN.ld @@ -45,7 +45,7 @@ _Min_Stack_Size = 0x800; /* required amount of stack */ MEMORY { ROM (xrw) : ORIGIN = 0x34000400, LENGTH = 511K - RAM (xrw) : ORIGIN = 0x34020000, LENGTH = 1536K + RAM (xrw) : ORIGIN = 0x34080000, LENGTH = 1536K } /* Sections */