Skip to content

Commit

Permalink
Update cmsis-packs.md (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoevesdi authored Nov 21, 2024
1 parent 6c4547a commit 119f0a0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/docs/knowledge-base/cmsis-packs.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,29 +65,31 @@ variants:
range:
# The start address of the memory (inclusive).
start: number
# The end address of the memory (inclusive).
# The end address of the memory (exclusive).
end: number
# Marks the memory as the memory which the chip boots from.
is_boot_memory: boolean
access:
boot: boolean
# List of cores that can access this region
cores:
- core name
- !Nvm:
range:
# The start address of the memory (inclusive).
start: number
# The end address of the memory (inclusive).
# The end address of the memory (exclusive).
end: number
# Marks the memory as the memory which the chip boots from.
is_boot_memory: boolean
access:
boot: boolean
# List of cores that can access this region
cores:
- core name
- !Generic:
range:
# The start address of the memory (inclusive).
start: number
# The end address of the memory (inclusive).
# The end address of the memory (exclusive).
end: number
# List of cores that can access this region
cores:
Expand Down Expand Up @@ -126,7 +128,7 @@ flash_algorithms:
address_range:
# The start address (inclusive).
start: number
# The start address (inclusive).
# The end address (exclusive).
end: number
# The programmable block size. This is the unit size that can be written to flash.
page_size: number
Expand Down

0 comments on commit 119f0a0

Please sign in to comment.