-
Notifications
You must be signed in to change notification settings - Fork 0
/
cyw20829_xip_swap_single.json
56 lines (56 loc) · 1.7 KB
/
cyw20829_xip_swap_single.json
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
{
"external_flash": [
{
"flash-size": "0x100000",
"erase-size": "0x1000",
"mode": "XIP"
}
],
"boot_and_upgrade":
{
"bootloader": {
"address": {
"description": "Address of the bootloader",
"value": "0x60000000"
},
"size": {
"description": "Size of the bootloader",
"value": "0x00020000"
},
"scratch_address": {
"description": "Address of the scratch area",
"value": "0x600EC000"
},
"scratch_size": {
"description": "Size of the scratch area",
"value": "0x00002000"
},
"status_address": {
"description": "Address of the swap status partition",
"value": "0x600E0000"
},
"status_size": {
"description": "Size of the swap status partition",
"value": "0x0000C000"
}
},
"application_1": {
"address": {
"description": "Address of the application primary slot",
"value": "0x60020000"
},
"size": {
"description": "Size of the application primary slot",
"value": "0x00060000"
},
"upgrade_address": {
"description": "Address of the application secondary slot",
"value": "0x60080000"
},
"upgrade_size": {
"description": "Size of the application secondary slot",
"value": "0x00060000"
}
}
}
}