From 119f0a04a28ee31c67d2a37b5a669d9aa1f812d0 Mon Sep 17 00:00:00 2001 From: pkoevesdi <33196971+pkoevesdi@users.noreply.github.com> Date: Thu, 21 Nov 2024 22:54:37 +0100 Subject: [PATCH] Update cmsis-packs.md (#155) fixes #154 and https://github.com/probe-rs/flash-algorithm-template/issues/22 --- src/docs/knowledge-base/cmsis-packs.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/docs/knowledge-base/cmsis-packs.md b/src/docs/knowledge-base/cmsis-packs.md index 23c1891..133006d 100644 --- a/src/docs/knowledge-base/cmsis-packs.md +++ b/src/docs/knowledge-base/cmsis-packs.md @@ -65,10 +65,11 @@ 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 @@ -76,10 +77,11 @@ 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 @@ -87,7 +89,7 @@ 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 # List of cores that can access this region cores: @@ -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