diff options
| author | Dion Dokter <[email protected]> | 2024-08-05 14:43:57 +0200 |
|---|---|---|
| committer | Dion Dokter <[email protected]> | 2024-08-05 14:43:57 +0200 |
| commit | 5884576b88e7ec7e26ec1c9b9f61e253cb0e5ea6 (patch) | |
| tree | 72bb005130582742bc10f26e7eedbf635436831b /examples/boot | |
| parent | 705a8fc38c0e5ef9cbd6bfaf95bca70fac5d9f81 (diff) | |
Updated WL examples to use new API
Diffstat (limited to 'examples/boot')
| -rw-r--r-- | examples/boot/application/stm32wl/memory.x | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/boot/application/stm32wl/memory.x b/examples/boot/application/stm32wl/memory.x index 9adf19f0e..5af1723f5 100644 --- a/examples/boot/application/stm32wl/memory.x +++ b/examples/boot/application/stm32wl/memory.x | |||
| @@ -5,8 +5,8 @@ MEMORY | |||
| 5 | BOOTLOADER_STATE : ORIGIN = 0x08006000, LENGTH = 4K | 5 | BOOTLOADER_STATE : ORIGIN = 0x08006000, LENGTH = 4K |
| 6 | FLASH : ORIGIN = 0x08008000, LENGTH = 64K | 6 | FLASH : ORIGIN = 0x08008000, LENGTH = 64K |
| 7 | DFU : ORIGIN = 0x08018000, LENGTH = 68K | 7 | DFU : ORIGIN = 0x08018000, LENGTH = 68K |
| 8 | RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 32K - 1K | 8 | SHARED_RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 64 |
| 9 | SHARED_RAM (rwx) : ORIGIN = 0x20007C00, LENGTH = 1K | 9 | RAM (rwx) : ORIGIN = 0x20000040, LENGTH = 32K - 64 |
| 10 | } | 10 | } |
| 11 | 11 | ||
| 12 | __bootloader_state_start = ORIGIN(BOOTLOADER_STATE) - ORIGIN(BOOTLOADER); | 12 | __bootloader_state_start = ORIGIN(BOOTLOADER_STATE) - ORIGIN(BOOTLOADER); |
