From 2ad952d29b1ce761cf745e1d231b1f0fe257ecc6 Mon Sep 17 00:00:00 2001 From: Russ Butler Date: Tue, 18 Dec 2018 17:35:10 -0600 Subject: [PATCH] Update MPU ram/rom split for Nuvoton M2351 Move the start of RAM from 0x10000000 to 0x20000000 on the NUMAKER_PFM_M2351. This allows the target to work correctly. --- targets/targets.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/targets/targets.json b/targets/targets.json index 942c160485..87f062d1b9 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -7538,6 +7538,9 @@ "value": "GPIO_DBCTL_DBCLKSEL_16" } }, + "overrides": { + "mpu-rom-end": "0x1fffffff" + }, "inherits": ["Target"], "device_has": [ "USTICKER",