[M2351] Change secure flash/SRAM to 256KB/32KB as default

This is to compilant with CMSIS pack.
pull/7302/head
ccli8 2018-06-08 11:17:14 +08:00
parent c3c661da8d
commit 93ee13adbe
4 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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