Skip to content

Commit f53c2f5

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 c4d5087 commit f53c2f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/arm_pack_manager/index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466471,7 +466471,7 @@
466471466471
"non_secure_callable": false
466472466472
},
466473466473
"start": 134217728,
466474-
"size": 16777216,
466474+
"size": 1048576,
466475466475
"startup": true,
466476466476
"default": true
466477466477
},
@@ -466495,7 +466495,7 @@
466495466495
{
466496466496
"file_name": "CMSIS/Flash/STM32WB_M4.FLM",
466497466497
"start": 134217728,
466498-
"size": 16777216,
466498+
"size": 1048576,
466499466499
"default": true,
466500466500
"ram_start": null,
466501466501
"ram_size": null

0 commit comments

Comments
 (0)