From 4f59610a00da78639c1909acb09c7dfde4519a28 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 27 Jan 2021 11:18:33 -0500 Subject: sandboxed user algorithm --- cfg/mcuconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg/mcuconf.h') diff --git a/cfg/mcuconf.h b/cfg/mcuconf.h index 27a2939..1fb3655 100644 --- a/cfg/mcuconf.h +++ b/cfg/mcuconf.h @@ -44,7 +44,7 @@ /* * Memory attributes settings. */ -#define STM32_NOCACHE_MPU_REGION MPU_REGION_6 +#define STM32_NOCACHE_MPU_REGION MPU_REGION_1 #define STM32_NOCACHE_SRAM1_SRAM2 FALSE #define STM32_NOCACHE_SRAM3 FALSE #define STM32_NOCACHE_ALLSRAM TRUE -- cgit v1.2.3