File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
targets/TARGET_NUVOTON/TARGET_M2351/device Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 14
14
/* Secure flash size: 256 KB */
15
15
#define NU_TZ_SECURE_FLASH_SIZE 0x40000
16
16
17
- /* Secure SRAM size: 24 KB */
18
- #define NU_TZ_SECURE_SRAM_SIZE 0x6000
17
+ /* Secure SRAM size: 32 KB */
18
+ #define NU_TZ_SECURE_SRAM_SIZE 0x8000
19
19
20
20
/* NSC region size: 4 KB */
21
21
#define NU_TZ_NSC_REGION_SIZE 0x1000
Original file line number Diff line number Diff line change 14
14
/* Secure flash size: 256 KB */
15
15
#define NU_TZ_SECURE_FLASH_SIZE 0x40000
16
16
17
- /* Secure SRAM size: 24 KB */
18
- #define NU_TZ_SECURE_SRAM_SIZE 0x6000
17
+ /* Secure SRAM size: 32 KB */
18
+ #define NU_TZ_SECURE_SRAM_SIZE 0x8000
19
19
20
20
/* NSC region size: 4 KB */
21
21
#define NU_TZ_NSC_REGION_SIZE 0x1000
Original file line number Diff line number Diff line change 14
14
/* Secure flash size: 256 KB */
15
15
#define NU_TZ_SECURE_FLASH_SIZE 0x40000
16
16
17
- /* Secure SRAM size: 24 KB */
18
- #define NU_TZ_SECURE_SRAM_SIZE 0x6000
17
+ /* Secure SRAM size: 32 KB */
18
+ #define NU_TZ_SECURE_SRAM_SIZE 0x8000
19
19
20
20
/* NSC region size: 4 KB */
21
21
#define NU_TZ_NSC_REGION_SIZE 0x1000
Original file line number Diff line number Diff line change 3
3
/* Secure flash size: 256 KB */
4
4
define exported symbol NU_TZ_SECURE_FLASH_SIZE = 0x40000
5
5
6
- /* Secure SRAM size: 24 KB */
7
- define exported symbol NU_TZ_SECURE_SRAM_SIZE = 0x6000
6
+ /* Secure SRAM size: 32 KB */
7
+ define exported symbol NU_TZ_SECURE_SRAM_SIZE = 0x8000
8
8
9
9
/* NSC region size: 4 KB */
10
10
define exported symbol NU_TZ_NSC_REGION_SIZE = 0x1000
You can’t perform that action at this time.
0 commit comments