Skip to content

Commit 508037e

Browse files
author
Deepika
committed
[M2351] Add non-secure reset handler address
1 parent ce23676 commit 508037e

File tree

1 file changed

+4
-0
lines changed
  • targets/TARGET_NUVOTON/TARGET_M2351/device

1 file changed

+4
-0
lines changed

targets/TARGET_NUVOTON/TARGET_M2351/device/cmsis.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,9 @@ extern uint32_t Image$$ER_IRAMVEC$$ZI$$Base;
2929
extern uint32_t __start_vector_table__;
3030
#endif
3131

32+
/* TZ_START_NS: Start address of non-secure application */
33+
#ifndef TZ_START_NS
34+
#define TZ_START_NS (0x10040000U)
35+
#endif
3236

3337
#endif

0 commit comments

Comments
 (0)