-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpm_static_nrf52840dk_nrf52840.yml
69 lines (69 loc) · 1.21 KB
/
pm_static_nrf52840dk_nrf52840.yml
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
app:
address: 0xc200
end_address: 0xfe000
region: flash_primary
size: 0xf1e00
external_flash:
address: 0xf2000
end_address: 0x800000
region: external_flash
size: 0x70e000
mcuboot:
address: 0x0
end_address: 0xc000
placement:
before:
- mcuboot_primary
region: flash_primary
size: 0xc000
mcuboot_pad:
address: 0xc000
end_address: 0xc200
placement:
before:
- mcuboot_primary_app
region: flash_primary
size: 0x200
mcuboot_primary:
address: 0xc000
end_address: 0xfe000
orig_span: &id001
- mcuboot_pad
- app
region: flash_primary
size: 0xf2000
span: *id001
mcuboot_primary_app:
address: 0xc200
end_address: 0xfe000
orig_span: &id002
- app
region: flash_primary
size: 0xf1e00
span: *id002
mcuboot_secondary:
address: 0x0
device: DT_CHOSEN(nordic_pm_ext_flash)
end_address: 0xf2000
placement:
align:
start: 0x4
region: external_flash
share_size:
- mcuboot_primary
size: 0xf2000
settings_storage:
address: 0xfe000
end_address: 0x100000
placement:
align:
start: 0x1000
before:
- end
region: flash_primary
size: 0x2000
sram_primary:
address: 0x20000000
end_address: 0x20040000
region: sram_primary
size: 0x40000