Skip to content

Commit

Permalink
fix hc32f030 flash size
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidegit authored Aug 10, 2023
1 parent 6dcd439 commit 19764c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyocd/target/builtin/target_HC32L13x.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class HC32F030(CoreSightTarget):
VENDOR = "HDSC"

MEMORY_MAP = MemoryMap(
FlashRegion( start=0x00000000, length=0x8000, sector_size=0x200,
FlashRegion( start=0x00000000, length=0x10000, sector_size=0x200,
is_boot_memory=True,
algo=FLASH_ALGO),
RamRegion( start=0x20000000, length=0x1000)
Expand Down

0 comments on commit 19764c3

Please sign in to comment.