Skip to content

Commit d8f98fa

Browse files
authored
Update Kconfig
1 parent 253f257 commit d8f98fa

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
@@ -46,15 +46,15 @@ menu "On-chip Peripheral Drivers"
4646
default 0x00000000
4747

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

6060
config MCU_FLASH_PAGE_SIZE

0 commit comments

Comments
 (0)