mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-09-20 04:44:39 -04:00
fw: load app at the start of RAM
Since app is always loaded at the start of RAM, the TK1_APP_ADDR define is no longer needed. Signed-off-by: Daniel Lublin <daniel@lublin.se>
This commit is contained in:
parent
425fdb4b90
commit
7eb4d0304b
5 changed files with 12 additions and 14 deletions
|
@ -25,8 +25,7 @@ enum {
|
|||
TK1_MMIO_BASE = 0xc0000000, // 0b11000000...
|
||||
TK1_MMIO_SIZE = 0xffffffff - TK1_MMIO_BASE,
|
||||
|
||||
TK1_APP_ADDR = TK1_RAM_BASE + 0x7000, // 28 KB of stack
|
||||
TK1_APP_MAX_SIZE = TK1_RAM_SIZE - (TK1_APP_ADDR - TK1_RAM_BASE),
|
||||
TK1_APP_MAX_SIZE = TK1_RAM_SIZE,
|
||||
|
||||
TK1_MMIO_TRNG_BASE = TK1_MMIO_BASE | 0x00000000,
|
||||
TK1_MMIO_TIMER_BASE = TK1_MMIO_BASE | 0x01000000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue