mirror of https://github.com/ARMmbed/mbed-os.git
[M2351] Change secure flash/SRAM to 256KB/32KB as default
This is to compilant with CMSIS pack.pull/7302/head
parent
c3c661da8d
commit
93ee13adbe
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue