Skip to content

Commit 253f257

Browse files
authored
修改默认配置nrf52833的flash和sram大小
Modify the default configuration of nrf52833's flash and SRAM sizes 修改默认配置nrf52833的flash和sram大小
1 parent d1cabcd commit 253f257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bsp/nrf5x/nrf52833/board/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ menu "On-chip Peripheral Drivers"
4747

4848
config MCU_FLASH_SIZE_KB
4949
int "MCU FLASH SIZE, MAX size 1024 KB"
50-
default 1024
50+
default 512
5151

5252
config MCU_SRAM_START_ADDRESS
5353
hex "MCU RAM START ADDRESS"
5454
default 0x20000000
5555

5656
config MCU_SRAM_SIZE_KB
5757
int "MCU RAM SIZE"
58-
default 256
58+
default 128
5959

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

0 commit comments

Comments
 (0)