Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c3e2de6

Browse files
committedOct 15, 2018
[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 12bc1c2 commit c3e2de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎boards.txt

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.