Skip to content

Commit

Permalink
set default start address to 0x40000 for nrf52dk
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Jul 25, 2023
1 parent f472fc7 commit afb603c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tockloader/tockloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,12 @@ class TockLoader:
"litex_arty": {"start_address": 0x41000000},
"litex_sim": {"start_address": 0x00080000},
"nrf52dk": {
"start_address": 0x40000,
"tickv": {
"region_size": 4096,
"number_regions": 32,
"start_address": 0x12000000,
}
},
},
"nucleof4": {"start_address": 0x08040000},
"microbit_v2": {"start_address": 0x00040000},
Expand Down

0 comments on commit afb603c

Please sign in to comment.