Skip to content

Commit d5098a2

Browse files
PleahMaCakakartben
authored andcommitted
boards: nucleo_f411r: fix ram size to 128KB
Nucleo F411RE(STM32F411RET6) is provides 128 Kbytes of SRAM. Link: https://www.st.com/en/microcontrollers-microprocessors/stm32f411re.html [1] Link: https://docs.zephyrproject.org/latest/boards/st/nucleo_f411re/doc/index.html [2] Signed-off-by: YongWoo Kang <kyw0708@kumoh.ac.kr>
1 parent 648bfe0 commit d5098a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/st/nucleo_f411re/nucleo_f411re.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ supported:
1414
- gpio
1515
- spi
1616
- i2c
17-
ram: 96
17+
ram: 128
1818
flash: 512
1919
vendor: st

0 commit comments

Comments
 (0)