소스 검색

Merge pull request #1 from chenyingchun0312/chenyingchun0312-patch-1

[bsp/nrf5x] modify nrf52832 default memory config
陈迎春 3 년 전
부모
커밋
5e9e852e95
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      bsp/nrf5x/nrf52832/board/Kconfig

+ 2 - 2
bsp/nrf5x/nrf52832/board/Kconfig

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