[bsp/nrf5x] modify nrf52832 default memory config

This commit is contained in:
陈迎春 2021-06-16 23:52:30 +08:00 committed by GitHub
parent c3afd9cc23
commit 6f36fdf177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -351,7 +351,7 @@ menu "On-chip Peripheral Drivers"
config MCU_FLASH_SIZE_KB config MCU_FLASH_SIZE_KB
int "MCU FLASH SIZE, MAX size 1024 KB" int "MCU FLASH SIZE, MAX size 1024 KB"
range 1 1024 range 1 1024
default 1024 default 512
config MCU_SRAM_START_ADDRESS config MCU_SRAM_START_ADDRESS
hex "MCU RAM START ADDRESS" hex "MCU RAM START ADDRESS"
@ -360,7 +360,7 @@ menu "On-chip Peripheral Drivers"
config MCU_SRAM_SIZE_KB config MCU_SRAM_SIZE_KB
int "MCU RAM SIZE, MAX size 256 KB" int "MCU RAM SIZE, MAX size 256 KB"
range 1 256 range 1 256
default 256 default 64
config MCU_FLASH_PAGE_SIZE config MCU_FLASH_PAGE_SIZE
hex "MCU FLASH PAGE SIZE, please not change,nrfx default is 0x1000" hex "MCU FLASH PAGE SIZE, please not change,nrfx default is 0x1000"