Skip to content

Commit 3054134

Browse files
authored
[bsp/nrf5x]修改默认配置nrf52833的flash和sram大小
[bsp/nrf5x]修改默认配置nrf52833的flash和sram大小
1 parent be6181a commit 3054134

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bsp/nrf5x/nrf52833/board/Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ menu "On-chip Peripheral Drivers"
4646
default 0x00000000
4747

4848
config MCU_FLASH_SIZE_KB
49-
int "MCU FLASH SIZE, MAX size 1024 KB"
50-
default 1024
49+
int "MCU FLASH SIZE, MAX size 512 KB"
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
57-
int "MCU RAM SIZE"
58-
default 256
57+
int "MCU RAM SIZE 128 KB"
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)