Commit fe27fb3
committed
fix: nrf54lm20dk matter-diagnostic-logs SRAM memory region overlap
Fix SRAM address mismatch in matter-diagnostic-logs snippet overlays that
caused 1024-byte overlap into memory beyond 511 KB cpuapp_sram boundary.
This corrupted UART driver state at runtime, rendering keyboard input
non-functional despite TX/logs continuing to print.
Shift DiagnosticLogMem from 0x2007DF40 to 0x2007DB40 to fit within actual
SRAM bounds. Affects nrf54lm20dk/nrf54lm20a/cpuapp and
nrf54lm20dk/nrf54lm20b/cpuapp targets used in Matter certification builds.
Signed-off-by: Michał Szablowski <michal.szablowski@nordicsemi.no>1 parent 8f15ece commit fe27fb3
File tree
2 files changed
+6
-6
lines changed- snippets/matter/matter-diagnostic-logs/boards
2 files changed
+6
-6
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
0 commit comments