-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathpm_static.yml
More file actions
51 lines (51 loc) · 926 Bytes
/
pm_static.yml
File metadata and controls
51 lines (51 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
mcuboot:
address: 0x0
region: flash_primary
size: 0x8000
app:
address: 0x8800
region: flash_primary
size: 0x60000
mcuboot_pad:
address: 0x8000
region: flash_primary
size: 0x800
mcuboot_primary:
address: 0x8000
orig_span: &id001
- app
- mcuboot_pad
region: flash_primary
size: 0x60800
span: *id001
mcuboot_primary_app:
address: 0x8800
orig_span: &id002
- app
region: flash_primary
size: 0x60000
span: *id002
mcuboot_secondary:
address: 0x68800
orig_span: &id003
- mcuboot_secondary_pad
- mcuboot_secondary_app
region: flash_primary
size: 0x60800
span: *id003
mcuboot_secondary_pad:
region: flash_primary
address: 0x68800
size: 0x800
mcuboot_secondary_app:
region: flash_primary
address: 0x69000
size: 0x60000
settings_storage:
address: 0xc9000
region: flash_primary
size: 0x4000
unallocated:
address: 0xcd000
region: flash_primary
size: 0xb0000