Skip to content

Commit

Permalink
Modify the flash settings of nrf52840dk_nrf52840
Browse files Browse the repository at this point in the history
  • Loading branch information
hare-siterwell committed Jul 12, 2023
1 parent 4fc1ff9 commit 3ab364b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
mcuboot:
address: 0x0
size: 0x7000
size: 0x6800
region: flash_primary
mcuboot_pad:
address: 0x7000
address: 0x6800
size: 0x200
app:
address: 0x7200
size: 0xf3e00
address: 0x6a00
size: 0xf4600
mcuboot_primary:
orig_span: &id001
- mcuboot_pad
- app
span: *id001
address: 0x7000
size: 0xf4000
address: 0x6800
size: 0xf4800
region: flash_primary
mcuboot_primary_app:
orig_span: &id002
- app
span: *id002
address: 0x7200
size: 0xf3e00
address: 0x6a00
size: 0xf4600
factory_data:
address: 0xfb000
size: 0x1000
Expand All @@ -32,11 +32,11 @@ settings_storage:
region: flash_primary
mcuboot_secondary:
address: 0x0
size: 0xf5000
size: 0xf4800
device: MX25R64
region: external_flash
external_flash:
address: 0xf5000
size: 0x70b000
address: 0xf4800
size: 0x70b800
device: MX25R64
region: external_flash
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
mcuboot:
address: 0x0
size: 0x7000
size: 0x6800
region: flash_primary
mcuboot_pad:
address: 0x7000
address: 0x6800
size: 0x200
app:
address: 0x7200
size: 0xf3e00
address: 0x6a00
size: 0xf4600
mcuboot_primary:
orig_span: &id001
- mcuboot_pad
- app
span: *id001
address: 0x7000
size: 0xf4000
address: 0x6800
size: 0xf4800
region: flash_primary
mcuboot_primary_app:
orig_span: &id002
- app
span: *id002
address: 0x7200
size: 0xf3e00
address: 0x6a00
size: 0xf4600
factory_data:
address: 0xfb000
size: 0x1000
Expand All @@ -32,11 +32,11 @@ settings_storage:
region: flash_primary
mcuboot_secondary:
address: 0x0
size: 0xf5000
size: 0xf4800
device: MX25R64
region: external_flash
external_flash:
address: 0xf5000
size: 0x70b000
address: 0xf4800
size: 0x70b800
device: MX25R64
region: external_flash

0 comments on commit 3ab364b

Please sign in to comment.