Skip to content

Commit 5e9e852

Browse files
Merge pull request #1 from chenyingchun0312/chenyingchun0312-patch-1
[bsp/nrf5x] modify nrf52832 default memory config
2 parents c3afd9c + 6f36fdf commit 5e9e852

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: bsp/nrf5x/nrf52832/board/Kconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ menu "On-chip Peripheral Drivers"
351351
config MCU_FLASH_SIZE_KB
352352
int "MCU FLASH SIZE, MAX size 1024 KB"
353353
range 1 1024
354-
default 1024
354+
default 512
355355

356356
config MCU_SRAM_START_ADDRESS
357357
hex "MCU RAM START ADDRESS"
@@ -360,7 +360,7 @@ menu "On-chip Peripheral Drivers"
360360
config MCU_SRAM_SIZE_KB
361361
int "MCU RAM SIZE, MAX size 256 KB"
362362
range 1 256
363-
default 256
363+
default 64
364364

365365
config MCU_FLASH_PAGE_SIZE
366366
hex "MCU FLASH PAGE SIZE, please not change,nrfx default is 0x1000"

0 commit comments

Comments
 (0)