Skip to content

Commit 51f22e2

Browse files
author
Janne Kiiskila
committed
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.
1 parent dfb62a2 commit 51f22e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/arm_pack_manager/index.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -462678,7 +462678,7 @@
462678462678
"non_secure_callable": false
462679462679
},
462680462680
"start": 134217728,
462681-
"size": 16777216,
462681+
"size": 1048576,
462682462682
"startup": true,
462683462683
"default": true
462684462684
},
@@ -462702,7 +462702,7 @@
462702462702
{
462703462703
"file_name": "CMSIS/Flash/STM32WB_M4.FLM",
462704462704
"start": 134217728,
462705-
"size": 16777216,
462705+
"size": 1048576,
462706462706
"default": true,
462707462707
"ram_start": null,
462708462708
"ram_size": null

0 commit comments

Comments
 (0)