Change secure flash/SRAM to 256KB/32KB as default

This is to compilant with CMSIS pack.
pull/7631/head
ccli8 2018-06-08 11:17:14 +08:00 committed by Cruz Monrreal II
parent f268b12ba2
commit ae64129c47
4 changed files with 8 additions and 8 deletions

View File

@ -14,8 +14,8 @@
/* Secure flash size: 256 KB */ /* Secure flash size: 256 KB */
#define NU_TZ_SECURE_FLASH_SIZE 0x40000 #define NU_TZ_SECURE_FLASH_SIZE 0x40000
/* Secure SRAM size: 24 KB */ /* Secure SRAM size: 32 KB */
#define NU_TZ_SECURE_SRAM_SIZE 0x6000 #define NU_TZ_SECURE_SRAM_SIZE 0x8000
/* NSC region size: 4 KB */ /* NSC region size: 4 KB */
#define NU_TZ_NSC_REGION_SIZE 0x1000 #define NU_TZ_NSC_REGION_SIZE 0x1000

View File

@ -14,8 +14,8 @@
/* Secure flash size: 256 KB */ /* Secure flash size: 256 KB */
#define NU_TZ_SECURE_FLASH_SIZE 0x40000 #define NU_TZ_SECURE_FLASH_SIZE 0x40000
/* Secure SRAM size: 24 KB */ /* Secure SRAM size: 32 KB */
#define NU_TZ_SECURE_SRAM_SIZE 0x6000 #define NU_TZ_SECURE_SRAM_SIZE 0x8000
/* NSC region size: 4 KB */ /* NSC region size: 4 KB */
#define NU_TZ_NSC_REGION_SIZE 0x1000 #define NU_TZ_NSC_REGION_SIZE 0x1000

View File

@ -14,8 +14,8 @@
/* Secure flash size: 256 KB */ /* Secure flash size: 256 KB */
#define NU_TZ_SECURE_FLASH_SIZE 0x40000 #define NU_TZ_SECURE_FLASH_SIZE 0x40000
/* Secure SRAM size: 24 KB */ /* Secure SRAM size: 32 KB */
#define NU_TZ_SECURE_SRAM_SIZE 0x6000 #define NU_TZ_SECURE_SRAM_SIZE 0x8000
/* NSC region size: 4 KB */ /* NSC region size: 4 KB */
#define NU_TZ_NSC_REGION_SIZE 0x1000 #define NU_TZ_NSC_REGION_SIZE 0x1000

View File

@ -3,8 +3,8 @@
/* Secure flash size: 256 KB */ /* Secure flash size: 256 KB */
define exported symbol NU_TZ_SECURE_FLASH_SIZE = 0x40000 define exported symbol NU_TZ_SECURE_FLASH_SIZE = 0x40000
/* Secure SRAM size: 24 KB */ /* Secure SRAM size: 32 KB */
define exported symbol NU_TZ_SECURE_SRAM_SIZE = 0x6000 define exported symbol NU_TZ_SECURE_SRAM_SIZE = 0x8000
/* NSC region size: 4 KB */ /* NSC region size: 4 KB */
define exported symbol NU_TZ_NSC_REGION_SIZE = 0x1000 define exported symbol NU_TZ_NSC_REGION_SIZE = 0x1000