We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3afd9c + 6f36fdf commit 5e9e852Copy full SHA for 5e9e852
bsp/nrf5x/nrf52832/board/Kconfig
@@ -351,7 +351,7 @@ menu "On-chip Peripheral Drivers"
351
config MCU_FLASH_SIZE_KB
352
int "MCU FLASH SIZE, MAX size 1024 KB"
353
range 1 1024
354
- default 1024
+ default 512
355
356
config MCU_SRAM_START_ADDRESS
357
hex "MCU RAM START ADDRESS"
@@ -360,7 +360,7 @@ menu "On-chip Peripheral Drivers"
360
config MCU_SRAM_SIZE_KB
361
int "MCU RAM SIZE, MAX size 256 KB"
362
range 1 256
363
- default 256
+ default 64
364
365
config MCU_FLASH_PAGE_SIZE
366
hex "MCU FLASH PAGE SIZE, please not change,nrfx default is 0x1000"
0 commit comments