diff options
| author | Krzysztof Królczyk <[email protected]> | 2025-02-10 17:38:39 +0100 |
|---|---|---|
| committer | Krzysztof Królczyk <[email protected]> | 2025-02-11 10:08:47 +0100 |
| commit | 01b7ff8ff04af62cc04331a229f5305d320907fe (patch) | |
| tree | 98ad66a99d5bad3938c17aa9d090916e3fa135b4 /docs/examples/layer-by-layer/memory.x | |
| parent | e173db1151585702912b572c5195bd23fb4267fe (diff) | |
fix: layer-by-layer examples
closes: #3794 #3793
Remove 'blinky-irq' from workspace.
During linking from workspace level - embassy-stm32 and example code redefine EXTI15_10 symbol
Building it separately, outside of workspace works
Signed-off-by: Krzysztof Królczyk <[email protected]>
Diffstat (limited to 'docs/examples/layer-by-layer/memory.x')
| -rw-r--r-- | docs/examples/layer-by-layer/memory.x | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/examples/layer-by-layer/memory.x b/docs/examples/layer-by-layer/memory.x new file mode 100644 index 000000000..69f5b28a1 --- /dev/null +++ b/docs/examples/layer-by-layer/memory.x | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | MEMORY | ||
| 2 | { | ||
| 3 | FLASH : ORIGIN = 0x08000000, LENGTH = 2048K /* BANK_1 */ | ||
| 4 | RAM : ORIGIN = 0x20000000, LENGTH = 640K /* SRAM */ | ||
| 5 | } | ||
