Skip to content

Commit 5044657

Browse files
cyliangtwccli8
authored andcommitted
move aes ZI data into external SRAM for mbed client example
1 parent da15379 commit 5044657

File tree

1 file changed

+2
-0
lines changed
  • targets/TARGET_NUVOTON/TARGET_NUC472/device/TOOLCHAIN_ARM_STD

1 file changed

+2
-0
lines changed

targets/TARGET_NUVOTON/TARGET_NUC472/device/TOOLCHAIN_ARM_STD/NUC472.sct

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ LR_IROM1 0x00000000 {
2323
; Too large to place into internal SRAM. So place into external SRAM instead.
2424
ER_XRAM1 0x60000000 {
2525
*lwip_* (+ZI)
26+
aes.o (+ZI)
27+
mesh_system.o (+ZI)
2628
}
2729

2830
; Extern SRAM for HEAP

0 commit comments

Comments
 (0)