From 1a9693920e6dc05e047bb56f2f2b7a7620485e45 Mon Sep 17 00:00:00 2001 From: Nir Ekhauz Date: Thu, 21 Oct 2021 15:42:22 +0300 Subject: Verify Corstone-300 AN552 Set BRAM size to 1MB and SRAM size to 2MB for corstone-300 target in gcc and armclang. Change-Id: I5728948ba64fa69459f9a28d8b6459f7d63bd4d0 --- applications/trustzone_inference/corstone-300/trustzone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/trustzone_inference/corstone-300') diff --git a/applications/trustzone_inference/corstone-300/trustzone.h b/applications/trustzone_inference/corstone-300/trustzone.h index 9f145c3..ad1676a 100644 --- a/applications/trustzone_inference/corstone-300/trustzone.h +++ b/applications/trustzone_inference/corstone-300/trustzone.h @@ -87,7 +87,7 @@ #define BRAM_BASE_S 0x11000000 #define BRAM_BASE_NS 0x01000000 -#define BRAM_TOTAL_SIZE 0x00200000 +#define BRAM_TOTAL_SIZE 0x00100000 #define BRAM_MPC 0x57000000 #define SRAM0_BASE_S 0x31000000 -- cgit v1.2.1