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 40b65cd commit 136efe7
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: 0x6000
region: flash_primary
mcuboot_pad:
address: 0x7000
address: 0x6000
size: 0x200
app:
address: 0x7200
size: 0xf3e00
address: 0x6200
size: 0xf4e00
mcuboot_primary:
orig_span: &id001
- mcuboot_pad
- app
span: *id001
address: 0x7000
size: 0xf4000
address: 0x6000
size: 0xf5000
region: flash_primary
mcuboot_primary_app:
orig_span: &id002
- app
span: *id002
address: 0x7200
size: 0xf3e00
address: 0x6200
size: 0xf4e00
factory_data:
address: 0xfb000
size: 0x1000
Expand All @@ -32,11 +32,11 @@ settings_storage:
region: flash_primary
mcuboot_secondary:
address: 0x0
size: 0xf4000
size: 0xf5000
device: MX25R64
region: external_flash
external_flash:
address: 0xf4000
size: 0x70c000
address: 0xf5000
size: 0x70b000
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: 0x6000
region: flash_primary
mcuboot_pad:
address: 0x7000
address: 0x6000
size: 0x200
app:
address: 0x7200
size: 0xf3e00
address: 0x6200
size: 0xf4e00
mcuboot_primary:
orig_span: &id001
- mcuboot_pad
- app
span: *id001
address: 0x7000
size: 0xf4000
address: 0x6000
size: 0xf5000
region: flash_primary
mcuboot_primary_app:
orig_span: &id002
- app
span: *id002
address: 0x7200
size: 0xf3e00
address: 0x6200
size: 0xf4e00
factory_data:
address: 0xfb000
size: 0x1000
Expand All @@ -32,11 +32,11 @@ settings_storage:
region: flash_primary
mcuboot_secondary:
address: 0x0
size: 0xf4000
size: 0xf5000
device: MX25R64
region: external_flash
external_flash:
address: 0xf4000
size: 0x70c000
address: 0xf5000
size: 0x70b000
device: MX25R64
region: external_flash

0 comments on commit 136efe7

Please sign in to comment.