From 51f22e2f59ced2b0031f5f2a33dfd586324d89f3 Mon Sep 17 00:00:00 2001 From: Janne Kiiskila Date: Wed, 8 Jan 2020 15:36:08 +0200 Subject: [PATCH] Fix ROM size for STM32WB55RGVx (16 MB -> 1 MB) Per feedback from STM the correct ROM size is 1 MB, instead of 16 MB. The KEIL source information is (in the pack itself) wrong, since the KEIL webpage lists it as a 16 MB part, too - but if you look into other sources - it is indeed 1 MB. --- tools/arm_pack_manager/index.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/arm_pack_manager/index.json b/tools/arm_pack_manager/index.json index 456431543c..c018b7c665 100644 --- a/tools/arm_pack_manager/index.json +++ b/tools/arm_pack_manager/index.json @@ -462678,7 +462678,7 @@ "non_secure_callable": false }, "start": 134217728, - "size": 16777216, + "size": 1048576, "startup": true, "default": true }, @@ -462702,7 +462702,7 @@ { "file_name": "CMSIS/Flash/STM32WB_M4.FLM", "start": 134217728, - "size": 16777216, + "size": 1048576, "default": true, "ram_start": null, "ram_size": null