Skip to content

Commit 7ad4616

Browse files
authored
Merge pull request #1010 from LONGZR007/LONGZR007
Update STM32F429xG series memory to 1M
2 parents 036246b + 507f589 commit 7ad4616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyocd/target/builtin/target_STM32F429xx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class STM32F429xG(CoreSightTarget):
7878
page_size=0x1000,
7979
erase_all_weight=CHIP_ERASE_WEIGHT,
8080
algo=FLASH_ALGO),
81-
FlashRegion( start=0x08020000, length=0x60000, sector_size=0x20000,
81+
FlashRegion( start=0x08020000, length=0xe0000, sector_size=0x20000,
8282
page_size=0x1000,
8383
erase_all_weight=CHIP_ERASE_WEIGHT,
8484
algo=FLASH_ALGO),

0 commit comments

Comments
 (0)