Skip to content

Commit 6fa207e

Browse files
committed
[Nucleo-L476RG] Fix available SRAM size
STM32L476xx SRAM is split into two blocks: • 96 Kbyte mapped at address 0x2000 0000 (SRAM1) • 32 Kbyte located at address 0x1000 0000 with hardware parity check (SRAM2). Only the SRAM1 is managed. One enhancement could be done to use SRAM1 for the heap and SRAM2 for the stack. (Refer to MBED) Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 0b896ee commit 6fa207e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Nucleo_64.menu.pnum.NUCLEO_L152RE.build.cmsis_lib_gcc=arm_cortexM3l_math
282282
Nucleo_64.menu.pnum.NUCLEO_L476RG=Nucleo L476RG
283283
Nucleo_64.menu.pnum.NUCLEO_L476RG.node=NODE_L476RG
284284
Nucleo_64.menu.pnum.NUCLEO_L476RG.upload.maximum_size=1048576
285-
Nucleo_64.menu.pnum.NUCLEO_L476RG.upload.maximum_data_size=131072
285+
Nucleo_64.menu.pnum.NUCLEO_L476RG.upload.maximum_data_size=98304
286286
Nucleo_64.menu.pnum.NUCLEO_L476RG.build.mcu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard
287287
Nucleo_64.menu.pnum.NUCLEO_L476RG.build.board=NUCLEO_L476RG
288288
Nucleo_64.menu.pnum.NUCLEO_L476RG.build.series=STM32L4xx

0 commit comments

Comments
 (0)