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 136efe7 commit 4fc1ff9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
mcuboot:
address: 0x0
size: 0x6000
size: 0x7000
region: flash_primary
mcuboot_pad:
address: 0x6000
address: 0x7000
size: 0x200
app:
address: 0x6200
size: 0xf4e00
address: 0x7200
size: 0xf3e00
mcuboot_primary:
orig_span: &id001
- mcuboot_pad
- app
span: *id001
address: 0x6000
size: 0xf5000
address: 0x7000
size: 0xf4000
region: flash_primary
mcuboot_primary_app:
orig_span: &id002
- app
span: *id002
address: 0x6200
size: 0xf4e00
address: 0x7200
size: 0xf3e00
factory_data:
address: 0xfb000
size: 0x1000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
mcuboot:
address: 0x0
size: 0x6000
size: 0x7000
region: flash_primary
mcuboot_pad:
address: 0x6000
address: 0x7000
size: 0x200
app:
address: 0x6200
size: 0xf4e00
address: 0x7200
size: 0xf3e00
mcuboot_primary:
orig_span: &id001
- mcuboot_pad
- app
span: *id001
address: 0x6000
size: 0xf5000
address: 0x7000
size: 0xf4000
region: flash_primary
mcuboot_primary_app:
orig_span: &id002
- app
span: *id002
address: 0x6200
size: 0xf4e00
address: 0x7200
size: 0xf3e00
factory_data:
address: 0xfb000
size: 0x1000
Expand Down

0 comments on commit 4fc1ff9

Please sign in to comment.